mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Fix missing serialise of shader bytecode encoding enum
This commit is contained in:
@@ -296,6 +296,7 @@ void DoSerialise(SerialiserType &ser, ShaderReflection &el)
|
||||
|
||||
SERIALISE_MEMBER(dispatchThreadsDimension);
|
||||
|
||||
SERIALISE_MEMBER(encoding);
|
||||
SERIALISE_MEMBER(rawBytes);
|
||||
|
||||
SERIALISE_MEMBER(inputSignature);
|
||||
|
||||
Reference in New Issue
Block a user