Members
Methods
# DownloadMipMap(tmu, address, evenOdd)
download the MIP map to texture memory.
Parameters:
Name | Type | Description |
---|---|---|
tmu |
GR_TMU | the TMU unit to download to. |
address |
number | destination memory address in texture memory. |
evenOdd |
GR_MIPMAPLEVELMASK | one of GR_MIPMAPLEVELMASK. |
# MemRequired(evenOdd) → {number}
return the texture memory consumed by a texture
Parameters:
Name | Type | Description |
---|---|---|
evenOdd |
GR_MIPMAPLEVELMASK | one of GR_MIPMAPLEVELMASK. |
size of texture in bytes.
number
# Source(evenOdd)
specify this TexInfo as the current texture source for rendering.
Parameters:
Name | Type | Description |
---|---|---|
evenOdd |
GR_MIPMAPLEVELMASK | one of GR_MIPMAPLEVELMASK. |