Package org.lwjgl.opengl
Class ARBTextureView
java.lang.Object
org.lwjgl.opengl.ARBTextureView
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static final int
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static final int
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static final int
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static final int
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glTextureView
(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
-
Field Details
-
GL_TEXTURE_VIEW_MIN_LEVEL
public static final int GL_TEXTURE_VIEW_MIN_LEVELAccepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
-
GL_TEXTURE_VIEW_NUM_LEVELS
public static final int GL_TEXTURE_VIEW_NUM_LEVELSAccepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
-
GL_TEXTURE_VIEW_MIN_LAYER
public static final int GL_TEXTURE_VIEW_MIN_LAYERAccepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
-
GL_TEXTURE_VIEW_NUM_LAYERS
public static final int GL_TEXTURE_VIEW_NUM_LAYERSAccepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
-
GL_TEXTURE_IMMUTABLE_LEVELS
public static final int GL_TEXTURE_IMMUTABLE_LEVELSAccepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- 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)
-