Struct StreamingTexture.MipInfo
Helper structure used to pre-cache StreamingTexture mip maps metadata. Used to improve streaming performance (smaller CPU usage).
protected struct StreamingTexture.MipInfo
- Inherited Members
Constructors
MipInfo(int, int, int, int, int)
public MipInfo(int width, int height, int rowPitch, int slicePitch, int arraySize)
Parameters
Fields
Height
public int Height
Field Value
RowPitch
public int RowPitch
Field Value
SlicePitch
public int SlicePitch
Field Value
TotalSize
public int TotalSize
Field Value
Width
public int Width