java.lang.Object
overrungl.opengl.ext.GLINTELMapTexture
GLINTELMapTexture relies on preview features of the Java platform:
GLINTELMapTexturerefers 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegmentPREVIEWglMapTexture2DINTEL(int texture, int level, int access, MemorySegmentPREVIEW stride, MemorySegmentPREVIEW layout) static MemorySegmentPREVIEWglMapTexture2DINTEL(SegmentAllocatorPREVIEW allocator, int texture, int level, int access, int[] stride, int[] layout) static voidglSyncTextureINTEL(int texture) static voidglUnmapTexture2DINTEL(int texture, int level) static voidload(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)  
 - 
 
GLINTELMapTexturewhen preview features are enabled.