From 6e33222115a611897861c7a820a23d397e0aaa1b Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 22 Jul 2022 18:45:20 +0100 Subject: [PATCH] Fix missing documentation type declaration --- renderdoc/api/replay/shader_types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renderdoc/api/replay/shader_types.h b/renderdoc/api/replay/shader_types.h index 30cb8d234..e323f8ba3 100644 --- a/renderdoc/api/replay/shader_types.h +++ b/renderdoc/api/replay/shader_types.h @@ -1407,6 +1407,8 @@ The first entry in the list is always the file where the entry point is. The information is not guaranteed to be available depending on the underlying shader format, so all of the elements are optional. + +:type: LineColumnInfo )"); LineColumnInfo entryLocation;