Enum XofFileFormats
This flag is used to specify what file type to use when saving to disk. _BINARY, and _TEXT are mutually exclusive, while _COMPRESSED is an optional setting that works with all file types.
Namespace: JeremyAnsel.DirectX.D3DXof
Assembly: JeremyAnsel.DirectX.D3DXof.dll
Syntax
[Flags]
public enum XofFileFormats
Fields
Name | Description |
---|---|
Binary | |
Compressed | |
Text |