mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix missing DOCUMENT()
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user