public final class ARBTextureEnvDot3
extends java.lang.Object
Adds new dot product operation to the texture combiner operations.
Requires ARB_multitexture and ARB_texture_env_combine. Promoted to core in OpenGL 1.3.
| Modifier and Type | Field and Description |
|---|---|
static int |
GL_DOT3_RGB_ARB
Accepted by the
params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB. |
static int |
GL_DOT3_RGBA_ARB
Accepted by the
params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB. |
public static final int GL_DOT3_RGB_ARB
params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB.public static final int GL_DOT3_RGBA_ARB
params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB.Copyright LWJGL. All Rights Reserved. License terms.