
[GL 4.0] GPU Shader 5
Posted Saturday, 15 May, 2010 - 14:56 by Inertia| Project: | The Open Toolkit library |
| Version: | 1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | fixed |
Jump to:
Description
http://www.opengl.org/registry/specs/ARB/gpu_shader5.txt
Add to enum ProgramParameter:
GEOMETRY_SHADER_INVOCATIONS 0x887F
Add to enum GetPName:
MAX_GEOMETRY_SHADER_INVOCATIONS 0x8E5A
MIN_FRAGMENT_INTERPOLATION_OFFSET 0x8E5B
MAX_FRAGMENT_INTERPOLATION_OFFSET 0x8E5C
FRAGMENT_INTERPOLATION_OFFSET_BITS 0x8E5D
MAX_VERTEX_STREAMS 0x8E71


Comments
#1
Fixed in gl4 branch, r2945.