Welcome to mirror list, hosted at ThFree Co, Russian Federation.

GL_NV_viewport_swizzle « gl « extensions « auto « glew-2.0.0 « Libraries - github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7e730cb5756e8ea813c0bcf5ace6b9735f356ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
GL_NV_viewport_swizzle
http://www.opengl.org/registry/specs/NV/viewport_swizzle.txt
GL_NV_viewport_swizzle

	GL_VIEWPORT_SWIZZLE_POSITIVE_X_NV 0x9350
	GL_VIEWPORT_SWIZZLE_NEGATIVE_X_NV 0x9351
	GL_VIEWPORT_SWIZZLE_POSITIVE_Y_NV 0x9352
	GL_VIEWPORT_SWIZZLE_NEGATIVE_Y_NV 0x9353
	GL_VIEWPORT_SWIZZLE_POSITIVE_Z_NV 0x9354
	GL_VIEWPORT_SWIZZLE_NEGATIVE_Z_NV 0x9355
	GL_VIEWPORT_SWIZZLE_POSITIVE_W_NV 0x9356
	GL_VIEWPORT_SWIZZLE_NEGATIVE_W_NV 0x9357
	GL_VIEWPORT_SWIZZLE_X_NV 0x9358
	GL_VIEWPORT_SWIZZLE_Y_NV 0x9359
	GL_VIEWPORT_SWIZZLE_Z_NV 0x935A
	GL_VIEWPORT_SWIZZLE_W_NV 0x935B
	void glViewportSwizzleNV (GLuint index, GLenum swizzlex, GLenum swizzley, GLenum swizzlez, GLenum swizzlew)