mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add drawcall flags for clearcolour/cleardepth
This commit is contained in:
@@ -311,6 +311,8 @@ namespace renderdoc
|
||||
Instanced = 0x200,
|
||||
Auto = 0x400,
|
||||
Indirect = 0x800,
|
||||
ClearColour = 0x1000,
|
||||
ClearDepth = 0x2000,
|
||||
};
|
||||
|
||||
public enum SolidShadeMode
|
||||
|
||||
Reference in New Issue
Block a user