diff options
Diffstat (limited to 'include/gpu/gl')
-rw-r--r-- | include/gpu/gl/GrGLDefines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpu/gl/GrGLDefines.h b/include/gpu/gl/GrGLDefines.h index 3697d604cb..22685105ba 100644 --- a/include/gpu/gl/GrGLDefines.h +++ b/include/gpu/gl/GrGLDefines.h @@ -296,6 +296,8 @@ #define GR_GL_PALETTE8_RGBA8 0x8B96 #define GR_GL_ALPHA8 0x803C +#define GR_GL_R8 0x8229 + /* PixelType */ /* GL_UNSIGNED_BYTE */ #define GR_GL_UNSIGNED_SHORT_4_4_4_4 0x8033 |