public class GLAllocation
extends java.lang.Object
| Constructor and Description |
|---|
GLAllocation() |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.ByteBuffer |
createDirectByteBuffer(int p_74524_0_)
Creates and returns a direct byte buffer with the specified capacity.
|
static java.nio.FloatBuffer |
createDirectFloatBuffer(int p_74529_0_)
Creates and returns a direct float buffer with the specified capacity.
|
static java.nio.IntBuffer |
createDirectIntBuffer(int p_74527_0_)
Creates and returns a direct int buffer with the specified capacity.
|
static void |
deleteDisplayLists(int p_74523_0_) |
static void |
deleteTexturesAndDisplayLists()
Deletes all textures and display lists.
|
static int |
generateDisplayLists(int p_74526_0_)
Generates the specified number of display lists and returns the first index.
|
public static int generateDisplayLists(int p_74526_0_)
public static void deleteDisplayLists(int p_74523_0_)
public static void deleteTexturesAndDisplayLists()
public static java.nio.ByteBuffer createDirectByteBuffer(int p_74524_0_)
public static java.nio.IntBuffer createDirectIntBuffer(int p_74527_0_)
public static java.nio.FloatBuffer createDirectFloatBuffer(int p_74529_0_)