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:
baldurk
2014-06-01 11:54:54 +01:00
parent c4fa9f0fd6
commit 9b8adebb91
7 changed files with 97 additions and 10 deletions
+1
View File
@@ -204,6 +204,7 @@ namespace renderdoc
{
VB = 0x1,
IB = 0x2,
CB = 0x4,
};
[Flags]