java.lang.Object
overrungl.opengl.ext.amd.GLAMDFramebufferSamplePositions
GLAMDFramebufferSamplePositions relies on preview features of the Java platform:
GLAMDFramebufferSamplePositionsrefers to one or more preview APIs:MemorySegment,SegmentAllocator.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglFramebufferSamplePositionsfvAMD(int target, int numSamples, int pixelIndex, MemorySegmentPREVIEW values) static voidglFramebufferSamplePositionsfvAMD(SegmentAllocatorPREVIEW allocator, int target, int numSamples, int pixelIndex, float[] values) static voidglGetFramebufferParameterfvAMD(int target, int pname, int numSamples, int pixelIndex, int size, MemorySegmentPREVIEW values) static voidglGetFramebufferParameterfvAMD(SegmentAllocatorPREVIEW allocator, int target, int pname, int numSamples, int pixelIndex, int size, float[] values) static voidglGetNamedFramebufferParameterfvAMD(int framebuffer, int pname, int numSamples, int pixelIndex, int size, MemorySegmentPREVIEW values) static voidglGetNamedFramebufferParameterfvAMD(SegmentAllocatorPREVIEW allocator, int framebuffer, int pname, int numSamples, int pixelIndex, int size, float[] values) static voidglNamedFramebufferSamplePositionsfvAMD(int target, int numSamples, int pixelIndex, MemorySegmentPREVIEW values) static voidglNamedFramebufferSamplePositionsfvAMD(SegmentAllocatorPREVIEW allocator, int target, int numSamples, int pixelIndex, float[] values) static voidload(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLAMDFramebufferSamplePositions
public GLAMDFramebufferSamplePositions()
-
-
Method Details
-
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)
-
GLAMDFramebufferSamplePositionswhen preview features are enabled.