org.lwjgl.opengl
Class NVFloatBuffer

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

public final class NVFloatBuffer
extends java.lang.Object


Field Summary
static int GL_FLOAT_CLEAR_COLOR_VALUE_NV
          Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
static int GL_FLOAT_R_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_R16_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_R32_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RG_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RG16_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RG32_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGB_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGB16_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGB32_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGBA_MODE_NV
          Accepted by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
static int GL_FLOAT_RGBA_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGBA16_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_FLOAT_RGBA32_NV
          Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:
static int GL_TEXTURE_FLOAT_COMPONENTS_NV
          Accepted by the <pname> parameter of GetTexLevelParameterfv and GetTexLevelParameteriv:
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GL_FLOAT_R_NV

public static final int GL_FLOAT_R_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RG_NV

public static final int GL_FLOAT_RG_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGB_NV

public static final int GL_FLOAT_RGB_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGBA_NV

public static final int GL_FLOAT_RGBA_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_R16_NV

public static final int GL_FLOAT_R16_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_R32_NV

public static final int GL_FLOAT_R32_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RG16_NV

public static final int GL_FLOAT_RG16_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RG32_NV

public static final int GL_FLOAT_RG32_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGB16_NV

public static final int GL_FLOAT_RGB16_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGB32_NV

public static final int GL_FLOAT_RGB32_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGBA16_NV

public static final int GL_FLOAT_RGBA16_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_FLOAT_RGBA32_NV

public static final int GL_FLOAT_RGBA32_NV
Accepted by the <internalformat> parameter of TexImage2D and CopyTexImage2D:

See Also:
Constant Field Values

GL_TEXTURE_FLOAT_COMPONENTS_NV

public static final int GL_TEXTURE_FLOAT_COMPONENTS_NV
Accepted by the <pname> parameter of GetTexLevelParameterfv and GetTexLevelParameteriv:

See Also:
Constant Field Values

GL_FLOAT_CLEAR_COLOR_VALUE_NV

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

See Also:
Constant Field Values

GL_FLOAT_RGBA_MODE_NV

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

See Also:
Constant Field Values


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