Table of Contents

Struct StreamingTexture.MipInfo

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).

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

width int
height int
rowPitch int
slicePitch int
arraySize int

Fields

Height

public int Height

Field Value

int

RowPitch

public int RowPitch

Field Value

int

SlicePitch

public int SlicePitch

Field Value

int

TotalSize

public int TotalSize

Field Value

int

Width

public int Width

Field Value

int