Inertia's picture

[GL 4.0] GPU Shader 5

Project:The Open Toolkit library
Version:1.x-dev
Component:Code
Category:task
Priority:normal
Assigned:Unassigned
Status:fixed
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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
the Fiddler's picture

#1

Status:open» fixed

Fixed in gl4 branch, r2945.