Class GLARBSampleLocations

java.lang.Object
overrungl.opengl.ext.arb.GLARBSampleLocations

public final class GLARBSampleLocations extends Object
GLARBSampleLocations relies on preview features of the Java platform:
  • GLARBSampleLocations refers to one or more preview APIs: MemorySegment.
Programs can only use GLARBSampleLocations when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_sample_locations
  • Field Details

    • GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB
      See Also:
    • GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB

      public static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB
      See Also:
    • GL_SAMPLE_LOCATION_ARB

      public static final int GL_SAMPLE_LOCATION_ARB
      See Also:
    • GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB

      public static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB
      See Also:
    • GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB

      public static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB
      See Also:
    • GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB

      public static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_ARB
      See Also:
    • GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB

      public static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB
      See Also:
    • GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB
      See Also:
  • Constructor Details

    • GLARBSampleLocations

      public GLARBSampleLocations()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glEvaluateDepthValuesARB

      public static void glEvaluateDepthValuesARB()
    • glFramebufferSampleLocationsfvARB

      public static void glFramebufferSampleLocationsfvARB(int target, int start, int count, MemorySegmentPREVIEW v)
    • glNamedFramebufferSampleLocationsfvARB

      public static void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, MemorySegmentPREVIEW v)