Struct TexDmpDataBox
Tex Dump databox.
Inherited Members
Namespace: Evergine.Assets.Extensions.TexDmp
Assembly: Evergine.Assets.dll
Syntax
public struct TexDmpDataBox
Fields
Data
The data array.
Declaration
public byte[] Data
Field Value
Type | Description |
---|---|
byte[] |
RowPitch
Gets the number of bytes per row.
Declaration
public uint RowPitch
Field Value
Type | Description |
---|---|
uint |
SlicePitch
Gets the number of bytes per slice (for a 3D texture, a slice is a 2D image).
Declaration
public uint SlicePitch
Field Value
Type | Description |
---|---|
uint |