mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Serialise ShaderDebugInfo::entrySourceName Closes #3353
Required to get the correct entry point when working with remote captures
This commit is contained in:
@@ -253,6 +253,7 @@ void DoSerialise(SerialiserType &ser, ShaderDebugInfo &el)
|
||||
{
|
||||
SERIALISE_MEMBER(compileFlags);
|
||||
SERIALISE_MEMBER(files);
|
||||
SERIALISE_MEMBER(entrySourceName);
|
||||
SERIALISE_MEMBER(entryLocation);
|
||||
SERIALISE_MEMBER(editBaseFile);
|
||||
SERIALISE_MEMBER(encoding);
|
||||
|
||||
Reference in New Issue
Block a user