mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +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);
|
||||
|
||||
@@ -261,8 +261,9 @@ void DoSerialise(SerialiserType &ser, ShaderDebugInfo &el)
|
||||
SERIALISE_MEMBER(debuggable);
|
||||
SERIALISE_MEMBER(sourceDebugInformation);
|
||||
SERIALISE_MEMBER(debugStatus);
|
||||
SERIALISE_MEMBER(debugInfoLoadingLog);
|
||||
|
||||
SIZE_CHECK(136);
|
||||
SIZE_CHECK(160);
|
||||
}
|
||||
|
||||
template <typename SerialiserType>
|
||||
@@ -299,7 +300,7 @@ void DoSerialise(SerialiserType &ser, ShaderReflection &el)
|
||||
SERIALISE_MEMBER(rayPayload);
|
||||
SERIALISE_MEMBER(rayAttributes);
|
||||
|
||||
SIZE_CHECK(632);
|
||||
SIZE_CHECK(656);
|
||||
}
|
||||
|
||||
template <typename SerialiserType>
|
||||
|
||||
Reference in New Issue
Block a user