Class ARBTextureGather

java.lang.Object
org.lwjgl.opengl.ARBTextureGather

public final class ARBTextureGather extends Object
Native bindings to the ARB_texture_gather extension.

This extension provides a new set of texture functions (textureGather) to the shading language that determine 2x2 footprint that are used for linear filtering in a texture lookup, and return a vector consisting of the first component from each of the four texels in the footprint.

Promoted to core in OpenGL 4.0.

  • Field Details

    • GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB

      public static final int GL_MIN_PROGRAM_TEXTURE_GATHER_OFFSET_ARB
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also:
    • GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB

      public static final int GL_MAX_PROGRAM_TEXTURE_GATHER_OFFSET_ARB
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also:
    • GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB

      public static final int GL_MAX_PROGRAM_TEXTURE_GATHER_COMPONENTS_ARB
      Accepted by the pname parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev.
      See Also: