Struct ImageMipInfo
This struct represents the mipmapping info.
Inherited Members
Namespace: Evergine.Framework.Assets.Extensions
Assembly: Evergine.Framework.dll
Syntax
public struct ImageMipInfo
Fields
Depth
The depth slice.
Declaration
public int Depth
Field Value
Type | Description |
---|---|
int |
Height
The mipmapping height.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
OffsetInBytes
The buffer offset in bytes.
Declaration
public int OffsetInBytes
Field Value
Type | Description |
---|---|
int |
SizeInBytes
The image mipmapping size in bytes.
Declaration
public int SizeInBytes
Field Value
Type | Description |
---|---|
int |
Width
The mipmapping width.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |