StreamingTexture.MipInfo Struct
Namespace: Stride.Streaming
Assembly: Stride.Rendering.dll
Helper structure used to pre-cache StreamingTexture mip maps metadata. Used to improve streaming performance (smaller CPU usage).
|
Improve this Doc
View Source
Constructors
MipInfo(Int32, Int32, Int32, Int32, Int32)
public MipInfo(int width, int height, int rowPitch, int slicePitch, int arraySize)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Int32 |
rowPitch |
|
System.Int32 |
slicePitch |
|
System.Int32 |
arraySize |
|
|
Improve this Doc
View Source
Fields
Height
Field Value
Type |
Description |
System.Int32 |
|
RowPitch
Field Value
Type |
Description |
System.Int32 |
|
SlicePitch
Field Value
Type |
Description |
System.Int32 |
|
TotalSize
Field Value
Type |
Description |
System.Int32 |
|
Width
Field Value
Type |
Description |
System.Int32 |
|
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Extension Methods