Package org.lwjgl.opengl
Class NVTextureShader2
- java.lang.Object
-
- org.lwjgl.opengl.NVTextureShader2
-
public final class NVTextureShader2 extends java.lang.Object
Native bindings to the NV_texture_shader2 extension.This extension extends the
NV_texture_shader
functionality to support texture shader operations for 3D textures.Requires
NV_texture_shader
.
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_DOT_PRODUCT_TEXTURE_3D_NV
When thetarget
andpname
parameters of TexEnvf, TexEnvfv, TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV respectively, then the value ofparam
or the value pointed to byparams
may be.
-
-
-
Field Detail
-
GL_DOT_PRODUCT_TEXTURE_3D_NV
public static final int GL_DOT_PRODUCT_TEXTURE_3D_NV
When thetarget
andpname
parameters of TexEnvf, TexEnvfv, TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV respectively, then the value ofparam
or the value pointed to byparams
may be.- See Also:
- Constant Field Values
-
-