Class ARBSampleLocations

java.lang.Object
org.lwjgl.opengl.ARBSampleLocations

public class ARBSampleLocations extends Object
  • Field Details

    • GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB

      public static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_ARB
      See Also:
    • GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_ARB
      See Also:
    • GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_ARB
      See Also:
    • GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB

      public static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_ARB
      See Also:
    • GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB

      public static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_ARB
      See Also:
    • GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB

      public static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_ARB
      See Also:
  • Method Details

    • nglFramebufferSampleLocationsfvARB

      public static void nglFramebufferSampleLocationsfvARB(int target, int start, int count, long v)
      void glFramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, GLfloat const * v)
    • glFramebufferSampleLocationsfvARB

      public static void glFramebufferSampleLocationsfvARB(int target, int start, FloatBuffer v)
      void glFramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, GLfloat const * v)
    • nglNamedFramebufferSampleLocationsfvARB

      public static void nglNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, int count, long v)
      void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start, GLsizei count, GLfloat const * v)
    • glNamedFramebufferSampleLocationsfvARB

      public static void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, FloatBuffer v)
      void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start, GLsizei count, GLfloat const * v)
    • glEvaluateDepthValuesARB

      public static void glEvaluateDepthValuesARB()
      void glEvaluateDepthValuesARB(void)
    • glFramebufferSampleLocationsfvARB

      public static void glFramebufferSampleLocationsfvARB(int target, int start, float[] v)
      void glFramebufferSampleLocationsfvARB(GLenum target, GLuint start, GLsizei count, GLfloat const * v)
    • glNamedFramebufferSampleLocationsfvARB

      public static void glNamedFramebufferSampleLocationsfvARB(int framebuffer, int start, float[] v)
      void glNamedFramebufferSampleLocationsfvARB(GLuint framebuffer, GLuint start, GLsizei count, GLfloat const * v)