summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_SGIS_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_SGIS_multisample
parent818324678bd5dca790c57048e5012d2937a4b5e5 (diff)
first draft to generate waves
Diffstat (limited to 'glew/auto/extensions/gl/GL_SGIS_multisample')
-rw-r--r--glew/auto/extensions/gl/GL_SGIS_multisample22
1 files changed, 22 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_SGIS_multisample b/glew/auto/extensions/gl/GL_SGIS_multisample
new file mode 100644
index 0000000..8f99be6
--- /dev/null
+++ b/glew/auto/extensions/gl/GL_SGIS_multisample
@@ -0,0 +1,22 @@
+GL_SGIS_multisample
+https://www.khronos.org/registry/OpenGL/extensions/SGIS/SGIS_multisample.txt
+GL_SGIS_multisample
+
+ GL_MULTISAMPLE_SGIS 0x809D
+ GL_SAMPLE_ALPHA_TO_MASK_SGIS 0x809E
+ GL_SAMPLE_ALPHA_TO_ONE_SGIS 0x809F
+ GL_SAMPLE_MASK_SGIS 0x80A0
+ GL_1PASS_SGIS 0x80A1
+ GL_2PASS_0_SGIS 0x80A2
+ GL_2PASS_1_SGIS 0x80A3
+ GL_4PASS_0_SGIS 0x80A4
+ GL_4PASS_1_SGIS 0x80A5
+ GL_4PASS_2_SGIS 0x80A6
+ GL_4PASS_3_SGIS 0x80A7
+ GL_SAMPLE_BUFFERS_SGIS 0x80A8
+ GL_SAMPLES_SGIS 0x80A9
+ GL_SAMPLE_MASK_VALUE_SGIS 0x80AA
+ GL_SAMPLE_MASK_INVERT_SGIS 0x80AB
+ GL_SAMPLE_PATTERN_SGIS 0x80AC
+ void glSampleMaskSGIS (GLclampf value, GLboolean invert)
+ void glSamplePatternSGIS (GLenum pattern)