Class GLARBTextureView
java.lang.Object
overrungl.opengl.arb.GLARBTextureView
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
TextureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void glTextureView((unsigned int) GLuint texture, (unsigned int) GLenum target, (unsigned int) GLuint origtexture, (unsigned int) GLenum internalformat, (unsigned int) GLuint minlevel, (unsigned int) GLuint numlevels, (unsigned int) GLuint minlayer, (unsigned int) GLuint numlayers);
-
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:
-
-
Constructor Details
-
GLARBTextureView
-
-
Method Details
-
TextureView
public void TextureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void glTextureView((unsigned int) GLuint texture, (unsigned int) GLenum target, (unsigned int) GLuint origtexture, (unsigned int) GLenum internalformat, (unsigned int) GLuint minlevel, (unsigned int) GLuint numlevels, (unsigned int) GLuint minlayer, (unsigned int) GLuint numlayers);
-