Add drawcall flags for clearcolour/cleardepth

This commit is contained in:
baldurk
2014-07-11 22:13:33 +01:00
parent 85a4a8cccd
commit 25c4771589
3 changed files with 17 additions and 13 deletions
+2
View File
@@ -311,6 +311,8 @@ namespace renderdoc
Instanced = 0x200,
Auto = 0x400,
Indirect = 0x800,
ClearColour = 0x1000,
ClearDepth = 0x2000,
};
public enum SolidShadeMode