org.lwjgl.opengl
Class EXTFramebufferSRGB

java.lang.Object
  extended by org.lwjgl.opengl.EXTFramebufferSRGB

public final class EXTFramebufferSRGB
extends java.lang.Object


Field Summary
static int GL_FRAMEBUFFER_SRGB_CAPABLE_EXT
          Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
static int GL_FRAMEBUFFER_SRGB_EXT
          Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
static int GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
          Accepted by the <attribList> parameter of glXChooseVisual, and by the <attrib> parameter of glXGetConfig:
static int WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT
          Accepted by the <piAttributes> parameter of wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and the <piAttribIList> and <pfAttribIList> of wglChoosePixelFormatEXT:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT

public static final int GLX_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by the <attribList> parameter of glXChooseVisual, and by the <attrib> parameter of glXGetConfig:

See Also:
Constant Field Values

WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT

public static final int WGL_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by the <piAttributes> parameter of wglGetPixelFormatAttribivEXT, wglGetPixelFormatAttribfvEXT, and the <piAttribIList> and <pfAttribIList> of wglChoosePixelFormatEXT:

See Also:
Constant Field Values

GL_FRAMEBUFFER_SRGB_EXT

public static final int GL_FRAMEBUFFER_SRGB_EXT
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:

See Also:
Constant Field Values

GL_FRAMEBUFFER_SRGB_CAPABLE_EXT

public static final int GL_FRAMEBUFFER_SRGB_CAPABLE_EXT
Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:

See Also:
Constant Field Values


Copyright © 2002-2009 lwjgl.org. All Rights Reserved.