Add rdcstr debugInfoLoadingLog to ShaderDebugInfo

This commit is contained in:
Jake Turner
2026-02-06 10:02:19 +13:00
parent e68e9ed8dd
commit 5135ef6f75
2 changed files with 9 additions and 2 deletions
+6
View File
@@ -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);