Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Type for scan data.
Syntax
typedef enum D3DX11_SCAN_DATA_TYPE {
D3DX11_SCAN_DATA_TYPE_FLOAT = 1,
D3DX11_SCAN_DATA_TYPE_INT,
D3DX11_SCAN_DATA_TYPE_UINT
} ;
Constants
D3DX11_SCAN_DATA_TYPE_FLOATValue: 1 FLOAT data. |
D3DX11_SCAN_DATA_TYPE_INTINT data. |
D3DX11_SCAN_DATA_TYPE_UINTUINT data. |
Requirements
| Requirement | Value |
|---|---|
| Header | d3dcsx.h |