Package org.lwjgl.opengl
Class ARBTextureEnvDot3
java.lang.Object
org.lwjgl.opengl.ARBTextureEnvDot3
Native bindings to the ARB_texture_env_dot3 extension.
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by theparamsparameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepnameparameter value is COMBINE_RGB_ARB.static final intAccepted by theparamsparameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepnameparameter value is COMBINE_RGB_ARB. -
Method Summary
-
Field Details
-
GL_DOT3_RGB_ARB
public static final int GL_DOT3_RGB_ARBAccepted by theparamsparameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepnameparameter value is COMBINE_RGB_ARB.- See Also:
-
GL_DOT3_RGBA_ARB
public static final int GL_DOT3_RGBA_ARBAccepted by theparamsparameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when thepnameparameter value is COMBINE_RGB_ARB.- See Also:
-