Enum TextureOptionFlags
Identifies the expected texture usage during rendering.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum TextureOptionFlags : byte
Fields
Name | Description |
---|---|
None | The default value. |
TextureCube | Specifies a texture cube access. |