Chromium Code Reviews| Index: include/gpu/GrTypes.h |
| diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h |
| index 22b2e224f6edd3dbe513adb6215d1502d569403a..e9640a541e7dbbdbc23a6a3fb0b7119298273c7e 100644 |
| --- a/include/gpu/GrTypes.h |
| +++ b/include/gpu/GrTypes.h |
| @@ -442,6 +442,10 @@ enum GrTextureFlags { |
| * should be verified. |
| */ |
| kCheckAllocation_GrTextureFlagBit = 0x8, |
| + /** |
| + * 3D texture |
| + */ |
| + k3DTexture_GrTextureFlagBit = 0x10, |
| kDummy_GrTextureFlagBit, |
| kLastPublic_GrTextureFlagBit = kDummy_GrTextureFlagBit-1, |