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 HeightField Value
RowPitch
public int RowPitchField Value
SlicePitch
public int SlicePitchField Value
TotalSize
public int TotalSizeField Value
Width
public int Width