Defines the file type used by the IDirect3DRMMeshBuilder::Save method.
typedef enum _D3DRMXOFFORMAT{
D3DRMXOF_BINARY,
D3DRMXOF_COMPRESSED,
D3DRMXOF_TEXT
} D3DRMXOFFORMAT;
Values
File is in binary format. This is the default setting.
Not currently supported.
File is in text format.
Remarks
The D3DRMXOF_BINARY and D3DRMXOF_TEXT settings are mutually exclusive.
See Also