public final class ARBTextureMultisample extends Object
Modifier and Type | Field | Description |
---|---|---|
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:
|
Modifier and Type | Method | Description |
---|---|---|
static void |
glGetMultisample(int pname,
int index,
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) |
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
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, FloatBuffer val)
public static void glSampleMaski(int index, int mask)
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.