mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 07:26:34 +00:00
Set structured serialisers as streaming mode
* This means that checks for array sizes won't check against an empty input buffer and fail.
This commit is contained in:
@@ -1648,6 +1648,7 @@ public:
|
||||
: Serialiser(new StreamReader(StreamReader::DummyStream), Ownership::Stream, obj)
|
||||
{
|
||||
ConfigureStructuredExport(lookup, false);
|
||||
SetStreamingMode(true);
|
||||
}
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user