commit | cad5a674fe07d08bb8a775da0cb2a555eb796e6e | [log] [tgz] |
---|---|---|
author | orglofch <[email protected]> | Fri Nov 07 19:51:12 2014 |
committer | Commit bot <[email protected]> | Fri Nov 07 19:51:46 2014 |
tree | 4e96c66d2afa7e4a186bba7bfb79ae4f4b47620a | |
parent | f2d6fd8f14b22b4b15e5e8fd3ac2bb8141bef552 [diff] [blame] |
Add subscribeUniform extension pipeline BUG=422978 Committed: https://crrev.com/80b40cc8eab5e6bef6221c0bc5c1d006059acd8f Cr-Commit-Position: refs/heads/master@{#303050} Review URL: https://codereview.chromium.org/659903002 Cr-Commit-Position: refs/heads/master@{#303275}
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h index dd737f41..aea47fc 100644 --- a/ui/gl/gl_bindings.h +++ b/ui/gl/gl_bindings.h
@@ -143,6 +143,10 @@ #define GL_OVERLAY_TRANSFORM_ROTATE_180_CHROMIUM 0x9249 #define GL_OVERLAY_TRANSFORM_ROTATE_270_CHROMIUM 0x924A +// GL_CHROMIUM_subscribe_uniforms +#define GL_SUBSCRIBED_VALUES_BUFFER_CHROMIUM 0x924B +#define GL_MOUSE_POSITION_CHROMIUM 0x924C + // GL_OES_texure_3D #define GL_SAMPLER_3D_OES 0x8B5F