Package org.lwjgl.opengl
Class INTELMapTexture
java.lang.Object
org.lwjgl.opengl.INTELMapTexture
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:static final int
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:static final int
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:static final int
Accepted by the <pname> parameter of TexParameteri, for target TEXTURE_2D -
Method Summary
Modifier and TypeMethodDescriptionstatic ByteBuffer
glMapTexture2DINTEL
(int texture, int level, long length, int access, IntBuffer stride, IntBuffer layout, ByteBuffer old_buffer) The length parameter does not exist in the native API.static void
glSyncTextureINTEL
(int texture) static void
glUnmapTexture2DINTEL
(int texture, int level)
-
Field Details
-
GL_TEXTURE_MEMORY_LAYOUT_INTEL
public static final int GL_TEXTURE_MEMORY_LAYOUT_INTELAccepted by the <pname> parameter of TexParameteri, for target TEXTURE_2D- See Also:
-
GL_LAYOUT_DEFAULT_INTEL
public static final int GL_LAYOUT_DEFAULT_INTELAccepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:- See Also:
-
GL_LAYOUT_LINEAR_INTEL
public static final int GL_LAYOUT_LINEAR_INTELAccepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:- See Also:
-
GL_LAYOUT_LINEAR_CPU_CACHED_INTEL
public static final int GL_LAYOUT_LINEAR_CPU_CACHED_INTELAccepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>:- See Also:
-
-
Method Details
-
glMapTexture2DINTEL
public static ByteBuffer glMapTexture2DINTEL(int texture, int level, long length, int access, IntBuffer stride, IntBuffer layout, ByteBuffer old_buffer) The length parameter does not exist in the native API. It used by LWJGL to return a ByteBuffer with a proper capacity. -
glUnmapTexture2DINTEL
public static void glUnmapTexture2DINTEL(int texture, int level) -
glSyncTextureINTEL
public static void glSyncTextureINTEL(int texture)
-