summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_ARB_multisample
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-04-09 03:14:17 -0400
committersotech117 <michael_foiani@brown.edu>2024-04-09 03:14:17 -0400
commit7a8d0d8bc2572707c9d35006f30ea835c86954b0 (patch)
treededb9a65c1698202ad485378b4186b667008abe5 /glew/auto/extensions/gl/GL_ARB_multisample
parent818324678bd5dca790c57048e5012d2937a4b5e5 (diff)
first draft to generate waves
Diffstat (limited to 'glew/auto/extensions/gl/GL_ARB_multisample')
-rw-r--r--glew/auto/extensions/gl/GL_ARB_multisample14
1 files changed, 14 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_ARB_multisample b/glew/auto/extensions/gl/GL_ARB_multisample
new file mode 100644
index 0000000..12cf292
--- /dev/null
+++ b/glew/auto/extensions/gl/GL_ARB_multisample
@@ -0,0 +1,14 @@
+GL_ARB_multisample
+https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_multisample.txt
+GL_ARB_multisample
+
+ GL_MULTISAMPLE_ARB 0x809D
+ GL_SAMPLE_ALPHA_TO_COVERAGE_ARB 0x809E
+ GL_SAMPLE_ALPHA_TO_ONE_ARB 0x809F
+ GL_SAMPLE_COVERAGE_ARB 0x80A0
+ GL_SAMPLE_BUFFERS_ARB 0x80A8
+ GL_SAMPLES_ARB 0x80A9
+ GL_SAMPLE_COVERAGE_VALUE_ARB 0x80AA
+ GL_SAMPLE_COVERAGE_INVERT_ARB 0x80AB
+ GL_MULTISAMPLE_BIT_ARB 0x20000000
+ void glSampleCoverageARB (GLclampf value, GLboolean invert)