public final class EXTPalettedTexture
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
GL_COLOR_INDEX1_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_INDEX12_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_INDEX16_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_INDEX2_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_INDEX4_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_INDEX8_EXT
Accepted by the internalformat parameter of TexImage1D, TexImage2D and
TexImage3DEXT:
|
static int |
GL_COLOR_TABLE_ALPHA_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_BLUE_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_FORMAT_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_GREEN_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_INTENSITY_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_LUMINANCE_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_RED_SIZE_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_COLOR_TABLE_WIDTH_EXT
Accepted by the pname parameter of GetColorTableParameterivEXT and
GetColorTableParameterfvEXT:
|
static int |
GL_TEXTURE_INDEX_SIZE_EXT
Accepted by the value parameter of GetTexLevelParameter{if}v:
|
Modifier and Type | Method and Description |
---|---|
static void |
glColorSubTableEXT(int target,
int start,
int count,
int format,
int type,
java.nio.ByteBuffer data) |
static void |
glColorSubTableEXT(int target,
int start,
int count,
int format,
int type,
java.nio.DoubleBuffer data) |
static void |
glColorSubTableEXT(int target,
int start,
int count,
int format,
int type,
java.nio.FloatBuffer data) |
static void |
glColorSubTableEXT(int target,
int start,
int count,
int format,
int type,
java.nio.IntBuffer data) |
static void |
glColorSubTableEXT(int target,
int start,
int count,
int format,
int type,
java.nio.ShortBuffer data) |
static void |
glColorTableEXT(int target,
int internalFormat,
int width,
int format,
int type,
java.nio.ByteBuffer data) |
static void |
glColorTableEXT(int target,
int internalFormat,
int width,
int format,
int type,
java.nio.DoubleBuffer data) |
static void |
glColorTableEXT(int target,
int internalFormat,
int width,
int format,
int type,
java.nio.FloatBuffer data) |
static void |
glColorTableEXT(int target,
int internalFormat,
int width,
int format,
int type,
java.nio.IntBuffer data) |
static void |
glColorTableEXT(int target,
int internalFormat,
int width,
int format,
int type,
java.nio.ShortBuffer data) |
static void |
glGetColorTableEXT(int target,
int format,
int type,
java.nio.ByteBuffer data) |
static void |
glGetColorTableEXT(int target,
int format,
int type,
java.nio.DoubleBuffer data) |
static void |
glGetColorTableEXT(int target,
int format,
int type,
java.nio.FloatBuffer data) |
static void |
glGetColorTableEXT(int target,
int format,
int type,
java.nio.IntBuffer data) |
static void |
glGetColorTableEXT(int target,
int format,
int type,
java.nio.ShortBuffer data) |
static void |
glGetColorTableParameterEXT(int target,
int pname,
java.nio.FloatBuffer params) |
static void |
glGetColorTableParameterEXT(int target,
int pname,
java.nio.IntBuffer params) |
public static final int GL_COLOR_INDEX1_EXT
public static final int GL_COLOR_INDEX2_EXT
public static final int GL_COLOR_INDEX4_EXT
public static final int GL_COLOR_INDEX8_EXT
public static final int GL_COLOR_INDEX12_EXT
public static final int GL_COLOR_INDEX16_EXT
public static final int GL_COLOR_TABLE_FORMAT_EXT
public static final int GL_COLOR_TABLE_WIDTH_EXT
public static final int GL_COLOR_TABLE_RED_SIZE_EXT
public static final int GL_COLOR_TABLE_GREEN_SIZE_EXT
public static final int GL_COLOR_TABLE_BLUE_SIZE_EXT
public static final int GL_COLOR_TABLE_ALPHA_SIZE_EXT
public static final int GL_COLOR_TABLE_LUMINANCE_SIZE_EXT
public static final int GL_COLOR_TABLE_INTENSITY_SIZE_EXT
public static final int GL_TEXTURE_INDEX_SIZE_EXT
public static void glColorTableEXT(int target, int internalFormat, int width, int format, int type, java.nio.ByteBuffer data)
public static void glColorTableEXT(int target, int internalFormat, int width, int format, int type, java.nio.DoubleBuffer data)
public static void glColorTableEXT(int target, int internalFormat, int width, int format, int type, java.nio.FloatBuffer data)
public static void glColorTableEXT(int target, int internalFormat, int width, int format, int type, java.nio.IntBuffer data)
public static void glColorTableEXT(int target, int internalFormat, int width, int format, int type, java.nio.ShortBuffer data)
public static void glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.ByteBuffer data)
public static void glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.DoubleBuffer data)
public static void glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.FloatBuffer data)
public static void glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.IntBuffer data)
public static void glColorSubTableEXT(int target, int start, int count, int format, int type, java.nio.ShortBuffer data)
public static void glGetColorTableEXT(int target, int format, int type, java.nio.ByteBuffer data)
public static void glGetColorTableEXT(int target, int format, int type, java.nio.DoubleBuffer data)
public static void glGetColorTableEXT(int target, int format, int type, java.nio.FloatBuffer data)
public static void glGetColorTableEXT(int target, int format, int type, java.nio.IntBuffer data)
public static void glGetColorTableEXT(int target, int format, int type, java.nio.ShortBuffer data)
public static void glGetColorTableParameterEXT(int target, int pname, java.nio.IntBuffer params)
public static void glGetColorTableParameterEXT(int target, int pname, java.nio.FloatBuffer params)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.