From 41769fe2321b22b6ae28419afa6be6889a62a478 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 3 Aug 2022 18:56:20 +0100 Subject: [PATCH] Fix missing DOCUMENT() --- renderdoc/api/replay/shader_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renderdoc/api/replay/shader_types.h b/renderdoc/api/replay/shader_types.h index 6412b8d6b..53e99b04e 100644 --- a/renderdoc/api/replay/shader_types.h +++ b/renderdoc/api/replay/shader_types.h @@ -617,6 +617,9 @@ treated as covering the code. }; DECLARE_REFLECTION_STRUCT(LineColumnInfo); +DOCUMENT(R"(Gives per-instruction source code mapping information, including what line(s) correspond +to this instruction and which source variables exist +)"); struct InstructionSourceInfo { DOCUMENT("");