public final class GL12
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
glCopyTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int x,
int y,
int width,
int height) |
static void |
glDrawRangeElements(int mode,
int start,
int end,
java.nio.ByteBuffer indices) |
static void |
glDrawRangeElements(int mode,
int start,
int end,
java.nio.IntBuffer indices) |
static void |
glDrawRangeElements(int mode,
int start,
int end,
int indices_count,
int type,
long indices_buffer_offset) |
static void |
glDrawRangeElements(int mode,
int start,
int end,
java.nio.ShortBuffer indices) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
java.nio.ByteBuffer pixels) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
java.nio.DoubleBuffer pixels) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
java.nio.FloatBuffer pixels) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
java.nio.IntBuffer pixels) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
long pixels_buffer_offset) |
static void |
glTexImage3D(int target,
int level,
int internalFormat,
int width,
int height,
int depth,
int border,
int format,
int type,
java.nio.ShortBuffer pixels) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ByteBuffer pixels) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.DoubleBuffer pixels) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.FloatBuffer pixels) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.IntBuffer pixels) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
long pixels_buffer_offset) |
static void |
glTexSubImage3D(int target,
int level,
int xoffset,
int yoffset,
int zoffset,
int width,
int height,
int depth,
int format,
int type,
java.nio.ShortBuffer pixels) |
public static final int GL_TEXTURE_BINDING_3D
public static final int GL_PACK_SKIP_IMAGES
public static final int GL_PACK_IMAGE_HEIGHT
public static final int GL_UNPACK_SKIP_IMAGES
public static final int GL_UNPACK_IMAGE_HEIGHT
public static final int GL_TEXTURE_3D
public static final int GL_PROXY_TEXTURE_3D
public static final int GL_TEXTURE_DEPTH
public static final int GL_TEXTURE_WRAP_R
public static final int GL_MAX_3D_TEXTURE_SIZE
public static final int GL_BGR
public static final int GL_BGRA
public static final int GL_UNSIGNED_BYTE_3_3_2
public static final int GL_UNSIGNED_BYTE_2_3_3_REV
public static final int GL_UNSIGNED_SHORT_5_6_5
public static final int GL_UNSIGNED_SHORT_5_6_5_REV
public static final int GL_UNSIGNED_SHORT_4_4_4_4
public static final int GL_UNSIGNED_SHORT_4_4_4_4_REV
public static final int GL_UNSIGNED_SHORT_5_5_5_1
public static final int GL_UNSIGNED_SHORT_1_5_5_5_REV
public static final int GL_UNSIGNED_INT_8_8_8_8
public static final int GL_UNSIGNED_INT_8_8_8_8_REV
public static final int GL_UNSIGNED_INT_10_10_10_2
public static final int GL_UNSIGNED_INT_2_10_10_10_REV
public static final int GL_RESCALE_NORMAL
public static final int GL_LIGHT_MODEL_COLOR_CONTROL
public static final int GL_SINGLE_COLOR
public static final int GL_SEPARATE_SPECULAR_COLOR
public static final int GL_CLAMP_TO_EDGE
public static final int GL_TEXTURE_MIN_LOD
public static final int GL_TEXTURE_MAX_LOD
public static final int GL_TEXTURE_BASE_LEVEL
public static final int GL_TEXTURE_MAX_LEVEL
public static final int GL_MAX_ELEMENTS_VERTICES
public static final int GL_MAX_ELEMENTS_INDICES
public static final int GL_ALIASED_POINT_SIZE_RANGE
public static final int GL_ALIASED_LINE_WIDTH_RANGE
public static final int GL_SMOOTH_POINT_SIZE_RANGE
public static final int GL_SMOOTH_POINT_SIZE_GRANULARITY
public static final int GL_SMOOTH_LINE_WIDTH_RANGE
public static final int GL_SMOOTH_LINE_WIDTH_GRANULARITY
public static void glDrawRangeElements(int mode, int start, int end, java.nio.ByteBuffer indices)
public static void glDrawRangeElements(int mode, int start, int end, java.nio.IntBuffer indices)
public static void glDrawRangeElements(int mode, int start, int end, java.nio.ShortBuffer indices)
public static void glDrawRangeElements(int mode, int start, int end, int indices_count, int type, long indices_buffer_offset)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, java.nio.ByteBuffer pixels)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, java.nio.DoubleBuffer pixels)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, java.nio.FloatBuffer pixels)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, java.nio.IntBuffer pixels)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, java.nio.ShortBuffer pixels)
public static void glTexImage3D(int target, int level, int internalFormat, int width, int height, int depth, int border, int format, int type, long pixels_buffer_offset)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.ByteBuffer pixels)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.DoubleBuffer pixels)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.FloatBuffer pixels)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.IntBuffer pixels)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, java.nio.ShortBuffer pixels)
public static void glTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, int format, int type, long pixels_buffer_offset)
public static void glCopyTexSubImage3D(int target, int level, int xoffset, int yoffset, int zoffset, int x, int y, int width, int height)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.