Package org.lwjgl.opengl
Class ARBTextureView
- java.lang.Object
-
- org.lwjgl.opengl.ARBTextureView
-
public final class ARBTextureView extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_TEXTURE_IMMUTABLE_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static int
GL_TEXTURE_VIEW_MIN_LAYER
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static int
GL_TEXTURE_VIEW_MIN_LEVEL
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static int
GL_TEXTURE_VIEW_NUM_LAYERS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:static int
GL_TEXTURE_VIEW_NUM_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glTextureView(int texture, int target, int origtexture, int internalformat, int minlevel, int numlevels, int minlayer, int numlayers)
-
-
-
Field Detail
-
GL_TEXTURE_VIEW_MIN_LEVEL
public static final int GL_TEXTURE_VIEW_MIN_LEVEL
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_VIEW_NUM_LEVELS
public static final int GL_TEXTURE_VIEW_NUM_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_VIEW_MIN_LAYER
public static final int GL_TEXTURE_VIEW_MIN_LAYER
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_VIEW_NUM_LAYERS
public static final int GL_TEXTURE_VIEW_NUM_LAYERS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
- Constant Field Values
-
GL_TEXTURE_IMMUTABLE_LEVELS
public static final int GL_TEXTURE_IMMUTABLE_LEVELS
Accepted by the <pname> parameters of GetTexParameterfv and GetTexParameteriv:- See Also:
- Constant Field Values
-
-