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