mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Bind resources while in READING, as we're replaying edit chunks
* While replaying the initial chunks, we're doing edit type operations but we haven't serialised out the binding operations in between, so in this state we do the bind-to-edit binds ourselves.
This commit is contained in:
@@ -204,6 +204,7 @@ namespace renderdoc
|
||||
{
|
||||
VB = 0x1,
|
||||
IB = 0x2,
|
||||
CB = 0x4,
|
||||
};
|
||||
|
||||
[Flags]
|
||||
|
||||
Reference in New Issue
Block a user