Package org.lwjgl.opengl
Class NVFloatBuffer
- java.lang.Object
-
- org.lwjgl.opengl.NVFloatBuffer
-
public final class NVFloatBuffer extends java.lang.Object
Native bindings to the NV_float_buffer extension.This extension builds upon NV_fragment_program to provide a framebuffer and texture format that allows fragment programs to read and write unconstrained floating point data.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_FLOAT_CLEAR_COLOR_VALUE_NV
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static int
GL_FLOAT_R_NV
GL_FLOAT_R16_NV
GL_FLOAT_R32_NV
GL_FLOAT_RG_NV
GL_FLOAT_RG16_NV
GL_FLOAT_RG32_NV
GL_FLOAT_RGB_NV
GL_FLOAT_RGB16_NV
GL_FLOAT_RGB32_NVAccepted by theinternalformat
parameter of TexImage2D and CopyTexImage2D.static int
GL_FLOAT_RGBA_MODE_NV
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.static int
GL_FLOAT_RGBA_NV
GL_FLOAT_RGBA16_NV
GL_FLOAT_RGBA32_NVAccepted by theinternalformat
parameter of TexImage2D and CopyTexImage2D.static int
GL_TEXTURE_FLOAT_COMPONENTS_NV
Accepted by thepname
parameter of GetTexLevelParameterfv and GetTexLevelParameteriv.
-
-
-
Field Detail
-
GL_FLOAT_R_NV, GL_FLOAT_RG_NV, GL_FLOAT_RGB_NV, GL_FLOAT_RGBA_NV, GL_FLOAT_R16_NV, GL_FLOAT_R32_NV, GL_FLOAT_RG16_NV, GL_FLOAT_RG32_NV, GL_FLOAT_RGB16_NV, GL_FLOAT_RGB32_NV, GL_FLOAT_RGBA16_NV, GL_FLOAT_RGBA32_NV
Accepted by theinternalformat
parameter of TexImage2D and CopyTexImage2D.
-
GL_TEXTURE_FLOAT_COMPONENTS_NV
Accepted by thepname
parameter of GetTexLevelParameterfv and GetTexLevelParameteriv.
-
GL_FLOAT_CLEAR_COLOR_VALUE_NV, GL_FLOAT_RGBA_MODE_NV
Accepted by thepname
parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
-
-