|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lwjgl.opengl.INTELMapTexture
public final class INTELMapTexture
| Field Summary | |
|---|---|
static int |
GL_LAYOUT_DEFAULT_INTEL
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>: |
static int |
GL_LAYOUT_LINEAR_CPU_CACHED_INTEL
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>: |
static int |
GL_LAYOUT_LINEAR_INTEL
Accepted by the <params> when <pname> is set to <TEXTURE_MEMORY_LAYOUT_INTEL>: |
static int |
GL_TEXTURE_MEMORY_LAYOUT_INTEL
Accepted by the <pname> parameter of TexParameteri, for target TEXTURE_2D |
| Method Summary | |
|---|---|
static java.nio.ByteBuffer |
glMapTexture2DINTEL(int texture,
int level,
long length,
int access,
java.nio.IntBuffer stride,
java.nio.IntBuffer layout,
java.nio.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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GL_TEXTURE_MEMORY_LAYOUT_INTEL
public static final int GL_LAYOUT_DEFAULT_INTEL
public static final int GL_LAYOUT_LINEAR_INTEL
public static final int GL_LAYOUT_LINEAR_CPU_CACHED_INTEL
| Method Detail |
|---|
public static java.nio.ByteBuffer glMapTexture2DINTEL(int texture,
int level,
long length,
int access,
java.nio.IntBuffer stride,
java.nio.IntBuffer layout,
java.nio.ByteBuffer old_buffer)
public static void glUnmapTexture2DINTEL(int texture,
int level)
public static void glSyncTextureINTEL(int texture)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||