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("");