Clear and InvalidateFramebuffer optimization
This commit is contained in:
parent
fa2bcebd51
commit
5eeac830eb
3 changed files with 12 additions and 8 deletions
|
|
@ -23,7 +23,9 @@ enum RenderFlags
|
|||
|
||||
RFL_NO_RGBA16F = 32,
|
||||
RFL_NO_DEPTHSTENCIL = 64,
|
||||
RFL_NO_CLIP_PLANES = 128
|
||||
RFL_NO_CLIP_PLANES = 128,
|
||||
|
||||
RFL_INVALIDATE_BUFFER = 256
|
||||
};
|
||||
|
||||
enum TexMode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue