Struct ImageMipInfo
This structure represents the mipmapping information.
Namespace: Evergine.Framework.Assets.Extensions
Assembly: Evergine.Framework.dll
Syntax
public struct ImageMipInfo
Fields
Depth
Represents the depth slice.
Declaration
public int Depth
Field Value
Type | Description |
---|---|
int |
Height
The height used for mipmapping.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
OffsetInBytes
The buffer's 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 mipmap width.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |