Class NVSampleLocations

java.lang.Object
org.lwjgl.opengl.NVSampleLocations

public class NVSampleLocations extends Object
  • Field Details

    • GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV

      public static final int GL_SAMPLE_LOCATION_SUBPIXEL_BITS_NV
      See Also:
    • GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_WIDTH_NV
      See Also:
    • GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV

      public static final int GL_SAMPLE_LOCATION_PIXEL_GRID_HEIGHT_NV
      See Also:
    • GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV

      public static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_TABLE_SIZE_NV
      See Also:
    • GL_SAMPLE_LOCATION_NV

      public static final int GL_SAMPLE_LOCATION_NV
      See Also:
    • GL_PROGRAMMABLE_SAMPLE_LOCATION_NV

      public static final int GL_PROGRAMMABLE_SAMPLE_LOCATION_NV
      See Also:
    • GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV

      public static final int GL_FRAMEBUFFER_PROGRAMMABLE_SAMPLE_LOCATIONS_NV
      See Also:
    • GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV

      public static final int GL_FRAMEBUFFER_SAMPLE_LOCATION_PIXEL_GRID_NV
      See Also:
  • Method Details

    • nglFramebufferSampleLocationsfvNV

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

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

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

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

      public static void glResolveDepthValuesNV()
      void glResolveDepthValuesNV(void)
    • glFramebufferSampleLocationsfvNV

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

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