diff options
| author | sotech117 <michael_foiani@brown.edu> | 2024-04-09 03:14:17 -0400 |
|---|---|---|
| committer | sotech117 <michael_foiani@brown.edu> | 2024-04-09 03:14:17 -0400 |
| commit | 7a8d0d8bc2572707c9d35006f30ea835c86954b0 (patch) | |
| tree | dedb9a65c1698202ad485378b4186b667008abe5 /glew/auto/extensions/gl/GL_OES_required_internalformat | |
| parent | 818324678bd5dca790c57048e5012d2937a4b5e5 (diff) | |
first draft to generate waves
Diffstat (limited to 'glew/auto/extensions/gl/GL_OES_required_internalformat')
| -rw-r--r-- | glew/auto/extensions/gl/GL_OES_required_internalformat | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_OES_required_internalformat b/glew/auto/extensions/gl/GL_OES_required_internalformat new file mode 100644 index 0000000..d74084c --- /dev/null +++ b/glew/auto/extensions/gl/GL_OES_required_internalformat @@ -0,0 +1,19 @@ +GL_OES_required_internalformat +https://www.khronos.org/registry/OpenGL/extensions/OES/OES_required_internalformat.txt +GL_OES_required_internalformat + + GL_ALPHA8_OES 0x803C + GL_LUMINANCE8_OES 0x8040 + GL_LUMINANCE4_ALPHA4_OES 0x8043 + GL_LUMINANCE8_ALPHA8_OES 0x8045 + GL_RGB8_OES 0x8051 + GL_RGB10_EXT 0x8052 + GL_RGBA4_OES 0x8056 + GL_RGB5_A1_OES 0x8057 + GL_RGBA8_OES 0x8058 + GL_RGB10_A2_EXT 0x8059 + GL_DEPTH_COMPONENT16_OES 0x81A5 + GL_DEPTH_COMPONENT24_OES 0x81A6 + GL_DEPTH_COMPONENT32_OES 0x81A7 + GL_DEPTH24_STENCIL8_OES 0x88F0 + GL_RGB565_OES 0x8D62 |
