
[GL 4.0] Sample Shading
Posted Saturday, 15 May, 2010 - 15:08 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/sample_shading.txt
Add to BOTH enums EnableCap and GetPName:
SAMPLE_SHADING_ARB 0x8C36
Add to enum GetPName:
MIN_SAMPLE_SHADING_VALUE_ARB 0x8C37
Functions:
C: void MinSampleShadingARB(clampf value);


Comments
#1
Fixed in gl4 branch, r2948.