|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.ARBTextureMultisample
public final class ARBTextureMultisample
Field Summary | |
---|---|
static int |
GL_INT_SAMPLER_2D_MULTISAMPLE
Returned by the <type> parameter of GetActiveUniform: |
static int |
GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
Returned by the <type> parameter of GetActiveUniform: |
static int |
GL_MAX_COLOR_TEXTURE_SAMPLES
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_MAX_DEPTH_TEXTURE_SAMPLES
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_MAX_INTEGER_SAMPLES
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_MAX_SAMPLE_MASK_WORDS
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_PROXY_TEXTURE_2D_MULTISAMPLE
Accepted by the <target> parameter of TexImage2DMultisample: |
static int |
GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY
Accepted by the <target> parameter of TexImage3DMultisample: |
static int |
GL_SAMPLE_MASK
Accepted by the <cap> parameter of Enable, Disable, and IsEnabled, and by the <pname> parameter of GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev: |
static int |
GL_SAMPLE_MASK_VALUE
Accepted by the <target> parameter of GetBooleani_v and GetIntegeri_v: |
static int |
GL_SAMPLE_POSITION
Accepted by the <pname> parameter of GetMultisamplefv: |
static int |
GL_SAMPLER_2D_MULTISAMPLE
Returned by the <type> parameter of GetActiveUniform: |
static int |
GL_SAMPLER_2D_MULTISAMPLE_ARRAY
Returned by the <type> parameter of GetActiveUniform: |
static int |
GL_TEXTURE_2D_MULTISAMPLE
Accepted by the <target> parameter of BindTexture and TexImage2DMultisample: |
static int |
GL_TEXTURE_2D_MULTISAMPLE_ARRAY
Accepted by the <target> parameter of BindTexture and TexImage3DMultisample: |
static int |
GL_TEXTURE_BINDING_2D_MULTISAMPLE
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetIntegerv, and GetFloatv: |
static int |
GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
Accepted by the <pname> parameter of GetTexLevelParameter |
static int |
GL_TEXTURE_SAMPLES
Accepted by the <pname> parameter of GetTexLevelParameter |
static int |
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
Returned by the <type> parameter of GetActiveUniform: |
static int |
GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
Returned by the <type> parameter of GetActiveUniform: |
Method Summary | |
---|---|
static void |
glGetMultisample(int pname,
int index,
java.nio.FloatBuffer val)
|
static void |
glSampleMaski(int index,
int mask)
|
static void |
glTexImage2DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
boolean fixedsamplelocations)
|
static void |
glTexImage3DMultisample(int target,
int samples,
int internalformat,
int width,
int height,
int depth,
boolean fixedsamplelocations)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int GL_SAMPLE_POSITION
public static final int GL_SAMPLE_MASK
public static final int GL_SAMPLE_MASK_VALUE
public static final int GL_TEXTURE_2D_MULTISAMPLE
public static final int GL_PROXY_TEXTURE_2D_MULTISAMPLE
public static final int GL_TEXTURE_2D_MULTISAMPLE_ARRAY
public static final int GL_PROXY_TEXTURE_2D_MULTISAMPLE_ARRAY
public static final int GL_MAX_SAMPLE_MASK_WORDS
public static final int GL_MAX_COLOR_TEXTURE_SAMPLES
public static final int GL_MAX_DEPTH_TEXTURE_SAMPLES
public static final int GL_MAX_INTEGER_SAMPLES
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE
public static final int GL_TEXTURE_BINDING_2D_MULTISAMPLE_ARRAY
public static final int GL_TEXTURE_SAMPLES
public static final int GL_TEXTURE_FIXED_SAMPLE_LOCATIONS
public static final int GL_SAMPLER_2D_MULTISAMPLE
public static final int GL_INT_SAMPLER_2D_MULTISAMPLE
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE
public static final int GL_SAMPLER_2D_MULTISAMPLE_ARRAY
public static final int GL_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
public static final int GL_UNSIGNED_INT_SAMPLER_2D_MULTISAMPLE_ARRAY
Method Detail |
---|
public static void glTexImage2DMultisample(int target, int samples, int internalformat, int width, int height, boolean fixedsamplelocations)
public static void glTexImage3DMultisample(int target, int samples, int internalformat, int width, int height, int depth, boolean fixedsamplelocations)
public static void glGetMultisample(int pname, int index, java.nio.FloatBuffer val)
public static void glSampleMaski(int index, int mask)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |