blob: e0a0c7f5432e3c03728733847558f5b01b3ec4ea [file] [log] [blame]
Name
CHROMIUM_color_space_metadata
Name Strings
GL_CHROMIUM_color_space_metadata
Contributors
John Bauman, Google
Sunny Sachanandani, Google
Contact
Sunny Sachanandani, Google (sunnyps 'at' google.com)
Status
In Progress
Version
Last Modified Date: October 6, 2017
Version: 1
Number
OpenGL ES Extension #???
Dependencies
This extension is written against the OpenGL ES 2.0 Specification.
Overview
This allows clients to specify color space metadata for a texture. The color
space may be passed to the windowing system if the texture is used as an
overlay.
New Tokens
New Procedures and Functions
The command
void SetColorSpaceMetadata(GLuint texture_id, ColorSpace color_space)
specifies the color space for the given texture.
Errors
A context lost will result when this call fails, either because of an
invalid parameter value or because of a runtime error such as an out of
memory condition.
Revision History
Rev. Date Author Changes
---- ----------- --------- ----------------------------------------
1 23 Oct 2017 sunnyps Initial revision