Enum TextureInfoPart.Format
The format the TextureDataPart of the parent TextureSource. Or none if it doesn't have any data yet.
Namespace: Evergine.Framework.Assets.AssetParts
Assembly: Evergine.Framework.dll
Syntax
public enum TextureInfoPart.Format
Fields
| Name | Description |
|---|---|
| KTX | KTX data |
| bitmap | Bitmap data |
| none | No data |