3 CHROMIUM_gpu_memory_buffer_image
7 GL_CHROMIUM_gpu_memory_buffer_image
11 Last Modifed Date: Sep 29, 2014
15 OpenGL ES 2.0 is required.
17 GL_CHROMIUM_image is required.
21 This extension provide a mechanism for creating a GpuMemoryBuffer
22 backed image resource.
30 Accepted by the <usage> parameter of CreateGpuMemoryBufferImageCHROMIUM:
33 SCANOUT_CHROMIUM 0x78F2
35 New Procedures and Functions
37 GLuint CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
39 GLenum internalformat,
42 Create a GpuMemoryBuffer backed image with width equal to <width>
43 and height equal to <height> and format equal to <internalformat>.
45 Returns a unique identifier for the image that could be used in
46 subsequent operations.
48 INVALID_VALUE is generated if <width> or <height> is nonpositive.
50 INVALID_ENUM is generated if <internalformat> is not one of
53 INVALID_ENUM is generated if <usage> is not one of
54 MAP_CHROMIUM or SCANOUT_CHROMIUM.
66 9/29/2014 Documented the extension.