diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2024-03-19 02:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 02:01:17 +0000 |
commit | 0f8d0e3cfdbd9b11b2357ed3e1a11375e7af8e80 (patch) | |
tree | 48b88b3b3b3a522a90c38b2178363a163a32f2ee /glew/auto/extensions/gl/GL_NV_tessellation_program5 |
Initial commit
Diffstat (limited to 'glew/auto/extensions/gl/GL_NV_tessellation_program5')
-rw-r--r-- | glew/auto/extensions/gl/GL_NV_tessellation_program5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/glew/auto/extensions/gl/GL_NV_tessellation_program5 b/glew/auto/extensions/gl/GL_NV_tessellation_program5 new file mode 100644 index 0000000..75fd3c7 --- /dev/null +++ b/glew/auto/extensions/gl/GL_NV_tessellation_program5 @@ -0,0 +1,9 @@ +GL_NV_tessellation_program5 +http://www.opengl.org/registry/specs/NV/tessellation_program5.txt +GL_NV_gpu_program5 + + GL_MAX_PROGRAM_PATCH_ATTRIBS_NV 0x86D8 + GL_TESS_CONTROL_PROGRAM_NV 0x891E + GL_TESS_EVALUATION_PROGRAM_NV 0x891F + GL_TESS_CONTROL_PROGRAM_PARAMETER_BUFFER_NV 0x8C74 + GL_TESS_EVALUATION_PROGRAM_PARAMETER_BUFFER_NV 0x8C75 |