Scaleform::Render::MappedTextureBase
class MappedTextureBase : public NewOverrideBase<StatRender_TextureManager_Mem>;
Data Member |
Description |
Pointer data that can be copied to. | |
The number of mipmap levels in the mapping of the texture. | |
The planes describing the mapped texture data. | |
The source of the texture mapping. | |
We support mapping sub-range of levels, in which case StartMipLevel may be non-zero. |
Method |
Description |
Returns whether the structure is currently in use by an active mapping. | |
Maps the texture data planes into the process address space so they can be accessed directly. | |
MappedTextureBase constructor. | |
A thread-safe method to reserve this structure for mapping a texture. | |
Unmaps a mapped texture. |
Render_Image.h