Package jgl.context.attrib.texture
Class gl_texture_img
java.lang.Object
jgl.context.attrib.texture.gl_texture_img
gl_texture_img is the texturing x-D texture image at LOD i class of jGL 2.4.
- Version:
- 0.3, 3 Dec 2001
- Author:
- Robin Bing-Yu Chen
-
Field Summary
Modifier and TypeFieldDescriptionint
GL_TEXTURE_BORDER: x-D texture image i's border widthint
GL_TEXTURE_COMPONENTS: Texture image componentsint
GL_TEXTURE_DEPTH: x-D texture image i's depthint
int
GL_TEXTURE_HEIGHT: x-D texture image i's heightint
int
int
GL_TEXTURE_WIDTH: x-D texture image i's widthint
will delete the following -
Constructor Summary
-
Method Summary
-
Field Details
-
Width
public int WidthGL_TEXTURE_WIDTH: x-D texture image i's width -
Height
public int HeightGL_TEXTURE_HEIGHT: x-D texture image i's height -
Depth
public int DepthGL_TEXTURE_DEPTH: x-D texture image i's depth -
Border
public int BorderGL_TEXTURE_BORDER: x-D texture image i's border width -
Component
public int ComponentGL_TEXTURE_COMPONENTS: Texture image components -
Image
-
WidthLog2
public int WidthLog2will delete the following -
HeightLog2
public int HeightLog2 -
DepthLog2
public int DepthLog2 -
MaxLog2
public int MaxLog2
-
-
Constructor Details
-
gl_texture_img
-