Add new surface flag

TBR=bsalomon@google.com

Review URL: https://codereview.chromium.org/1320533005
This commit is contained in:
jvanverth 2015-09-02 12:26:10 -07:00 committed by Commit bot
parent 06f989a61e
commit 5a42c33f27

View File

@ -416,6 +416,10 @@ enum GrSurfaceFlags {
* GrTexture::asRenderTarget() to access.
*/
kRenderTarget_GrSurfaceFlag = 0x1,
/**
* Placeholder for managing zero-copy textures
*/
kZeroCopy_GrSurfaceFlag = 0x2,
/**
* Indicates that all allocations (color buffer, FBO completeness, etc)
* should be verified.