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