Class GLAMDFramebufferSamplePositions

java.lang.Object
overrungl.opengl.ext.amd.GLAMDFramebufferSamplePositions

public final class GLAMDFramebufferSamplePositions extends Object
GLAMDFramebufferSamplePositions relies on preview features of the Java platform:
Programs can only use GLAMDFramebufferSamplePositions when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_AMD_framebuffer_sample_positions
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLAMDFramebufferSamplePositions

      public GLAMDFramebufferSamplePositions()
  • Method Details

    • load

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

      public static void glFramebufferSamplePositionsfvAMD(int target, int numSamples, int pixelIndex, MemorySegmentPREVIEW values)
    • glFramebufferSamplePositionsfvAMD

      public static void glFramebufferSamplePositionsfvAMD(SegmentAllocatorPREVIEW allocator, int target, int numSamples, int pixelIndex, float[] values)
    • glGetFramebufferParameterfvAMD

      public static void glGetFramebufferParameterfvAMD(int target, int pname, int numSamples, int pixelIndex, int size, MemorySegmentPREVIEW values)
    • glGetFramebufferParameterfvAMD

      public static void glGetFramebufferParameterfvAMD(SegmentAllocatorPREVIEW allocator, int target, int pname, int numSamples, int pixelIndex, int size, float[] values)
    • glGetNamedFramebufferParameterfvAMD

      public static void glGetNamedFramebufferParameterfvAMD(int framebuffer, int pname, int numSamples, int pixelIndex, int size, MemorySegmentPREVIEW values)
    • glGetNamedFramebufferParameterfvAMD

      public static void glGetNamedFramebufferParameterfvAMD(SegmentAllocatorPREVIEW allocator, int framebuffer, int pname, int numSamples, int pixelIndex, int size, float[] values)
    • glNamedFramebufferSamplePositionsfvAMD

      public static void glNamedFramebufferSamplePositionsfvAMD(int target, int numSamples, int pixelIndex, MemorySegmentPREVIEW values)
    • glNamedFramebufferSamplePositionsfvAMD

      public static void glNamedFramebufferSamplePositionsfvAMD(SegmentAllocatorPREVIEW allocator, int target, int numSamples, int pixelIndex, float[] values)