mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add missing type serialise
This commit is contained in:
@@ -341,6 +341,7 @@ template <typename SerialiserType>
|
||||
void DoSerialise(SerialiserType &ser, DebugVariableReference &el)
|
||||
{
|
||||
SERIALISE_MEMBER(name);
|
||||
SERIALISE_MEMBER(type);
|
||||
SERIALISE_MEMBER(component);
|
||||
|
||||
SIZE_CHECK(32);
|
||||
|
||||
Reference in New Issue
Block a user