1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_ARB_multisample

13 lines
455 B
Text

GL_ARB_multisample
http://www.opengl.org/registry/specs/gl/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)