Class ARBTextureEnvDot3

java.lang.Object
org.lwjgl.opengl.ARBTextureEnvDot3

public final class ARBTextureEnvDot3 extends Object
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

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Accepted by the params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB.
    static final int
    Accepted by the params parameter of TexEnvf, TexEnvi, TexEnvfv, and TexEnviv when the pname parameter value is COMBINE_RGB_ARB.
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • GL_DOT3_RGB_ARB

      public static final 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.
      See Also:
    • GL_DOT3_RGBA_ARB

      public static final 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.
      See Also: