
ARB_framebuffer_sRGB
Posted Sunday, 14 December, 2008 - 15:59 by Inertia| Project: | The Open Toolkit library |
| Version: | 0.9.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
http://www.opengl.org/registry/specs/ARB/framebuffer_sRGB.txt
Only dealing with the GL side of this extension here, not WGL/GLX.
Add to both enums:
1) OpenTK.Graphics.EnableCap
2) OpenTK.Graphics.GetPName
FRAMEBUFFER_SRGB 0x8DB9
--------------------------
GLX/WGL related citation. No new functions, only tokens:
Accepted by the parameter of glXChooseVisual, and by
the parameter of glXGetConfig:
GLX_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20B2
Accepted by the parameter of
wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and
the and of wglChoosePixelFormatEXT:
WGL_FRAMEBUFFER_SRGB_CAPABLE_ARB 0x20A9


Comments
#1
Implemented the GL part of ARB_framebuffer_sRGB in rev. 1671.
#2