Package org.lwjgl.opengl
Class ARBTextureEnvDot3
- java.lang.Object
-
- org.lwjgl.opengl.ARBTextureEnvDot3
-
public final class ARBTextureEnvDot3 extends java.lang.Object
Native bindings to the ARB_texture_env_dot3 extension.Adds new dot product operation to the texture combiner operations.
Requires
ARB_multitexture
andARB_texture_env_combine
. Promoted to core inOpenGL 1.3
.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
GL_DOT3_RGB_ARB
GL_DOT3_RGBA_ARBAccepted by theparams
parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepname
parameter value is COMBINE_RGB_ARB.
-
-
-
Field Detail
-
GL_DOT3_RGB_ARB, GL_DOT3_RGBA_ARB
Accepted by theparams
parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepname
parameter value is COMBINE_RGB_ARB.
-
-