Class EXTTextureStorage

java.lang.Object
org.lwjgl.opengl.EXTTextureStorage

public class EXTTextureStorage extends Object
  • Field Details

  • Method Details

    • glTexStorage1DEXT

      public static void glTexStorage1DEXT(int target, int levels, int internalformat, int width)
      void glTexStorage1DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
    • glTexStorage2DEXT

      public static void glTexStorage2DEXT(int target, int levels, int internalformat, int width, int height)
      void glTexStorage2DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
    • glTexStorage3DEXT

      public static void glTexStorage3DEXT(int target, int levels, int internalformat, int width, int height, int depth)
      void glTexStorage3DEXT(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)
    • glTextureStorage1DEXT

      public static void glTextureStorage1DEXT(int texture, int target, int levels, int internalformat, int width)
      void glTextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
    • glTextureStorage2DEXT

      public static void glTextureStorage2DEXT(int texture, int target, int levels, int internalformat, int width, int height)
      void glTextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
    • glTextureStorage3DEXT

      public static void glTextureStorage3DEXT(int texture, int target, int levels, int internalformat, int width, int height, int depth)
      void glTextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)