java.lang.Object
overrungl.opengl.ext.GLINTELMapTexture
GLINTELMapTexture
relies on preview features of the Java platform:
GLINTELMapTexture
refers 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_INTEL_map_texture
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentPREVIEW
glMapTexture2DINTEL
(int texture, int level, int access, MemorySegmentPREVIEW stride, MemorySegmentPREVIEW layout) static MemorySegmentPREVIEW
glMapTexture2DINTEL
(SegmentAllocatorPREVIEW allocator, int texture, int level, int access, int[] stride, int[] layout) static void
glSyncTextureINTEL
(int texture) static void
glUnmapTexture2DINTEL
(int texture, int level) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLINTELMapTexture
public GLINTELMapTexture()
-
-
Method Details
-
load
-
glMapTexture2DINTEL
public static MemorySegmentPREVIEW glMapTexture2DINTEL(int texture, int level, int access, MemorySegmentPREVIEW stride, MemorySegmentPREVIEW layout) -
glMapTexture2DINTEL
public static MemorySegmentPREVIEW glMapTexture2DINTEL(SegmentAllocatorPREVIEW allocator, int texture, int level, int access, int[] stride, int[] layout) -
glSyncTextureINTEL
public static void glSyncTextureINTEL(int texture) -
glUnmapTexture2DINTEL
public static void glUnmapTexture2DINTEL(int texture, int level)
-
GLINTELMapTexture
when preview features are enabled.