mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-31 11:51:04 +00:00
Add rdcstr debugInfoLoadingLog to ShaderDebugInfo
This commit is contained in:
@@ -1976,6 +1976,12 @@ shader is not supported for debugging
|
||||
:type: str
|
||||
)");
|
||||
rdcstr debugStatus;
|
||||
|
||||
DOCUMENT(R"(Contains a log of the debug infomation i.e. PDB loading process for the shader.
|
||||
|
||||
:type: str
|
||||
)");
|
||||
rdcstr debugInfoLoadingLog;
|
||||
};
|
||||
|
||||
DECLARE_REFLECTION_STRUCT(ShaderDebugInfo);
|
||||
|
||||
Reference in New Issue
Block a user