YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.client.renderer.GLAllocation Class Reference

Static Public Member Functions

static synchronized int generateDisplayLists (int par0)
 
static synchronized int generateTextureNames ()
 
static synchronized void deleteDisplayLists (int par0)
 
static synchronized void func_98302_b ()
 
static synchronized void deleteTexturesAndDisplayLists ()
 
static synchronized ByteBuffer createDirectByteBuffer (int par0)
 
static IntBuffer createDirectIntBuffer (int par0)
 
static FloatBuffer createDirectFloatBuffer (int par0)
 

Member Function Documentation

static synchronized ByteBuffer net.minecraft.client.renderer.GLAllocation.createDirectByteBuffer ( int  par0)
static

Creates and returns a direct byte buffer with the specified capacity. Applies native ordering to speed up access.

static FloatBuffer net.minecraft.client.renderer.GLAllocation.createDirectFloatBuffer ( int  par0)
static

Creates and returns a direct float buffer with the specified capacity. Applies native ordering to speed up access.

static IntBuffer net.minecraft.client.renderer.GLAllocation.createDirectIntBuffer ( int  par0)
static

Creates and returns a direct int buffer with the specified capacity. Applies native ordering to speed up access.

static synchronized void net.minecraft.client.renderer.GLAllocation.deleteDisplayLists ( int  par0)
static
static synchronized void net.minecraft.client.renderer.GLAllocation.deleteTexturesAndDisplayLists ( )
static

Deletes all textures and display lists. Called when Minecraft is shutdown to free up resources.

static synchronized void net.minecraft.client.renderer.GLAllocation.func_98302_b ( )
static
static synchronized int net.minecraft.client.renderer.GLAllocation.generateDisplayLists ( int  par0)
static

Generates the specified number of display lists and returns the first index.

static synchronized int net.minecraft.client.renderer.GLAllocation.generateTextureNames ( )
static

Generates texture names and stores them in the specified buffer.


The documentation for this class was generated from the following file: