Package org.lwjgl.opengles
Class OESTextureView
java.lang.Object
org.lwjgl.opengles.OESTextureView
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTextureViewOES
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void glTextureViewOES(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
-
Field Details
-
GL_TEXTURE_VIEW_MIN_LEVEL_OES
public static final int GL_TEXTURE_VIEW_MIN_LEVEL_OES- See Also:
-
GL_TEXTURE_VIEW_NUM_LEVELS_OES
public static final int GL_TEXTURE_VIEW_NUM_LEVELS_OES- See Also:
-
GL_TEXTURE_VIEW_MIN_LAYER_OES
public static final int GL_TEXTURE_VIEW_MIN_LAYER_OES- See Also:
-
GL_TEXTURE_VIEW_NUM_LAYERS_OES
public static final int GL_TEXTURE_VIEW_NUM_LAYERS_OES- See Also:
-
GL_TEXTURE_IMMUTABLE_LEVELS
public static final int GL_TEXTURE_IMMUTABLE_LEVELS- See Also:
-
-
Method Details
-
glTextureViewOES
public static void glTextureViewOES(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers) void glTextureViewOES(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers)
-