Class NVTextureShader2


  • public final class NVTextureShader2
    extends java.lang.Object
    Native bindings to the NV_texture_shader2 extension.

    This extension extends the NV_texture_shader functionality to support texture shader operations for 3D textures.

    Requires NV_texture_shader.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GL_DOT_PRODUCT_TEXTURE_3D_NV
      When the target and pname parameters of TexEnvf, TexEnvfv, TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV respectively, then the value of param or the value pointed to by params may be.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GL_DOT_PRODUCT_TEXTURE_3D_NV

        public static final int GL_DOT_PRODUCT_TEXTURE_3D_NV
        When the target and pname parameters of TexEnvf, TexEnvfv, TexEnvi, and TexEnviv are TEXTURE_SHADER_NV and SHADER_OPERATION_NV respectively, then the value of param or the value pointed to by params may be.
        See Also:
        Constant Field Values