Package org.lwjgl.opengl
Class EXTRasterMultisample
java.lang.Object
org.lwjgl.opengl.EXTRasterMultisample
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glRasterSamplesEXT
(int samples, boolean fixedsamplelocations) void glRasterSamplesEXT(GLuint samples, GLboolean fixedsamplelocations)
-
Field Details
-
GL_RASTER_MULTISAMPLE_EXT
public static final int GL_RASTER_MULTISAMPLE_EXT- See Also:
-
GL_RASTER_SAMPLES_EXT
public static final int GL_RASTER_SAMPLES_EXT- See Also:
-
GL_MAX_RASTER_SAMPLES_EXT
public static final int GL_MAX_RASTER_SAMPLES_EXT- See Also:
-
GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT
public static final int GL_RASTER_FIXED_SAMPLE_LOCATIONS_EXT- See Also:
-
GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT
public static final int GL_MULTISAMPLE_RASTERIZATION_ALLOWED_EXT- See Also:
-
GL_EFFECTIVE_RASTER_SAMPLES_EXT
public static final int GL_EFFECTIVE_RASTER_SAMPLES_EXT- See Also:
-
-
Method Details
-
glRasterSamplesEXT
public static void glRasterSamplesEXT(int samples, boolean fixedsamplelocations) void glRasterSamplesEXT(GLuint samples, GLboolean fixedsamplelocations)
-