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_NV_framebuffer_mixed_samples | |
parent | 818324678bd5dca790c57048e5012d2937a4b5e5 (diff) |
first draft to generate waves
Diffstat (limited to 'glew/auto/extensions/gl/GL_NV_framebuffer_mixed_samples')
-rw-r--r-- | glew/auto/extensions/gl/GL_NV_framebuffer_mixed_samples | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_NV_framebuffer_mixed_samples b/glew/auto/extensions/gl/GL_NV_framebuffer_mixed_samples new file mode 100644 index 0000000..23e73a1 --- /dev/null +++ b/glew/auto/extensions/gl/GL_NV_framebuffer_mixed_samples @@ -0,0 +1,18 @@ +GL_NV_framebuffer_mixed_samples +https://www.khronos.org/registry/OpenGL/extensions/NV/NV_framebuffer_mixed_samples.txt +GL_NV_framebuffer_mixed_samples + + GL_COLOR_SAMPLES_NV 0x8E20 + GL_RASTER_MULTISAMPLE_EXT 0x9327 + GL_RASTER_SAMPLES_EXT 0x9328 + GL_MAX_RASTER_SAMPLES_EXT 0x9329 + GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT 0x932A + GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT 0x932B + GL_EFFECTIVE_RASTER_SAMPLES_EXT 0x932C + GL_DEPTH_SAMPLES_NV 0x932D + GL_STENCIL_SAMPLES_NV 0x932E + GL_MIXED_DEPTH_SAMPLES_SUPPORTED_NV 0x932F + GL_MIXED_STENCIL_SAMPLES_SUPPORTED_NV 0x9330 + GL_COVERAGE_MODULATION_TABLE_NV 0x9331 + GL_COVERAGE_MODULATION_NV 0x9332 + GL_COVERAGE_MODULATION_TABLE_SIZE_NV 0x9333 |