| Index: Source/platform/graphics/GraphicsTypes3D.h
|
| diff --git a/Source/platform/graphics/GraphicsTypes3D.h b/Source/platform/graphics/GraphicsTypes3D.h
|
| index 274fdd2f36b334acfd69fa204e90521cb1d2eefa..0bef5e1645cc76a929b721992cddbc1afc42fa2e 100644
|
| --- a/Source/platform/graphics/GraphicsTypes3D.h
|
| +++ b/Source/platform/graphics/GraphicsTypes3D.h
|
| @@ -53,4 +53,9 @@ const unsigned GC3D_COMPRESSED_ATC_RGB_AMD = 0x8C92;
|
| const unsigned GC3D_COMPRESSED_ATC_RGBA_EXPLICIT_ALPHA_AMD = 0x8C93;
|
| const unsigned GC3D_COMPRESSED_ATC_RGBA_INTERPOLATED_ALPHA_AMD = 0x87EE;
|
|
|
| +// GL_CHROMIUM_image
|
| +const unsigned GC3D_IMAGE_ROWBYTES_CHROMIUM = 0x78F0;
|
| +const unsigned GC3D_IMAGE_MAP_CHROMIUM = 0x78F1;
|
| +const unsigned GC3D_IMAGE_SCANOUT_CHROMIUM = 0x78F2;
|
| +
|
| #endif
|
|
|