abstract void cpw.mods.fml.client.TextureHelper.doTextureCopy |
( |
Texture |
atlas, |
|
|
Texture |
source, |
|
|
int |
atlasX, |
|
|
int |
atlasY |
|
) |
| |
|
pure virtual |
Copy the texture from the source to the atlas at the specified position
This will use the devised GL helper to do either GL-side copy or a subimage upload
- Parameters
-
atlas | The atlas texture we're copying into |
source | The source texture we're copying from (complete) |
atlasX | The X position on the atlas |
atlasY | The Y position on the atlas |
Implemented in cpw.mods.fml.client.OpenGL43TextureHelper, and cpw.mods.fml.client.CopySubimageTextureHelper.
abstract void cpw.mods.fml.client.TextureHelper.doTextureUpload |
( |
TextureStitched |
source) | |
|
|
pure virtual |
void cpw.mods.fml.client.TextureHelper.rotateTexture |
( |
Texture |
texture, |
|
|
ByteBuffer |
buffer |
|
) |
| |
Rotate the texture so that it doesn't need a rotational transform applied each tick
- Parameters
-
texture | The texture to rotate |
buffer | The buffer for the texture |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/cpw/mods/fml/client/TextureHelper.java