Struct SubResourceInfo
Struct containing the subresource information.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public struct SubResourceInfo
Fields
ArrayLayer
The array layer.
Declaration
public uint ArrayLayer
Field Value
Type | Description |
---|---|
uint |
MipDepth
The MIP depth.
Declaration
public uint MipDepth
Field Value
Type | Description |
---|---|
uint |
MipHeight
The mip height.
Declaration
public uint MipHeight
Field Value
Type | Description |
---|---|
uint |
MipLevel
The MIP level.
Declaration
public uint MipLevel
Field Value
Type | Description |
---|---|
uint |
MipWidth
The mip width.
Declaration
public uint MipWidth
Field Value
Type | Description |
---|---|
uint |
Offset
The offset value.
Declaration
public ulong Offset
Field Value
Type | Description |
---|---|
ulong |
RowPitch
The row pitch.
Declaration
public uint RowPitch
Field Value
Type | Description |
---|---|
uint |
SizeInBytes
The size, in bytes.
Declaration
public uint SizeInBytes
Field Value
Type | Description |
---|---|
uint |
SlicePitch
The slice pitch.
Declaration
public uint SlicePitch
Field Value
Type | Description |
---|---|
uint |