void cpw.mods.fml.client.CopySubimageTextureHelper.doTextureCopy |
( |
Texture |
atlas, |
|
|
Texture |
source, |
|
|
int |
atlasX, |
|
|
int |
atlasY |
|
) |
| |
|
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 |
Implements cpw.mods.fml.client.TextureHelper.
void cpw.mods.fml.client.CopySubimageTextureHelper.doTextureUpload |
( |
TextureStitched |
source) | |
|
|
virtual |
Upload the texture to the GPU for GL side copying operations This may be a no-op depending on the active implementation.
- Parameters
-
source | The texture to upload |
Implements cpw.mods.fml.client.TextureHelper.
The documentation for this class was generated from the following file: