mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
added nvidia vertex/fragment program extensions
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@265 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
e80bfa3b9e
commit
74604ece5a
7
auto/core/GL_NV_fragment_program2
Normal file
7
auto/core/GL_NV_fragment_program2
Normal file
@ -0,0 +1,7 @@
|
||||
GL_NV_fragment_program2
|
||||
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_fragment_program2.txt
|
||||
GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV 0x88F4
|
||||
GL_MAX_PROGRAM_CALL_DEPTH_NV 0x88F5
|
||||
GL_MAX_PROGRAM_IF_DEPTH_NV 0x88F6
|
||||
GL_MAX_PROGRAM_LOOP_DEPTH_NV 0x88F7
|
||||
GL_MAX_PROGRAM_LOOP_COUNT_NV 0x88F8
|
2
auto/core/GL_NV_fragment_program_option
Normal file
2
auto/core/GL_NV_fragment_program_option
Normal file
@ -0,0 +1,2 @@
|
||||
GL_NV_fragment_program_option
|
||||
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_fragment_program_option.txt
|
4
auto/core/GL_NV_vertex_program2_option
Normal file
4
auto/core/GL_NV_vertex_program2_option
Normal file
@ -0,0 +1,4 @@
|
||||
GL_NV_vertex_program2_option
|
||||
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_vertex_program2_option.txt
|
||||
GL_MAX_PROGRAM_EXEC_INSTRUCTIONS_NV 0x88F4
|
||||
GL_MAX_PROGRAM_CALL_DEPTH_NV 0x88F5
|
3
auto/core/GL_NV_vertex_program3
Normal file
3
auto/core/GL_NV_vertex_program3
Normal file
@ -0,0 +1,3 @@
|
||||
GL_NV_vertex_program3
|
||||
http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_vertex_program3.txt
|
||||
MAX_VERTEX_TEXTURE_IMAGE_UNITS_ARB 0x8B4C
|
Loading…
Reference in New Issue
Block a user