Class EXTRasterMultisample

java.lang.Object
org.lwjgl.opengl.EXTRasterMultisample

public class EXTRasterMultisample extends Object
  • 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)