File: GL_ARB_multisample

package info (click to toggle)
opencsg 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,528 kB
  • ctags: 18,360
  • sloc: ansic: 38,842; cpp: 4,954; sh: 1,444; perl: 859; makefile: 641
file content (13 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
GL_ARB_multisample
http://www.opengl.org/registry/specs/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)