Class ARBTextureView

java.lang.Object
org.lwjgl.opengl.ARBTextureView

public class ARBTextureView extends Object
  • Field Details

    • GL_TEXTURE_VIEW_MIN_LEVEL

      public static final int GL_TEXTURE_VIEW_MIN_LEVEL
      See Also:
    • GL_TEXTURE_VIEW_NUM_LEVELS

      public static final int GL_TEXTURE_VIEW_NUM_LEVELS
      See Also:
    • GL_TEXTURE_VIEW_MIN_LAYER

      public static final int GL_TEXTURE_VIEW_MIN_LAYER
      See Also:
    • GL_TEXTURE_VIEW_NUM_LAYERS

      public static final int GL_TEXTURE_VIEW_NUM_LAYERS
      See Also:
    • GL_TEXTURE_IMMUTABLE_LEVELS

      public static final int GL_TEXTURE_IMMUTABLE_LEVELS
      See Also:
  • Method Details

    • glTextureView

      public static void glTextureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
      void glTextureView(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)