![]() |
![]() |
![]() |
Describes the location for the include file.
Syntax
typedef enum _D3DXINCLUDE_TYPE { D3DXINC_LOCAL = 0, D3DXINC_SYSTEM = 1, D3DXINC_FORCE_DWORD = 0x7fffffff } D3DXINCLUDE_TYPE;
Constants
- D3DXINC_LOCAL
Look in the local project for the include file.
- D3DXINC_SYSTEM
Look in the system path for the include file.
- D3DXINC_FORCE_DWORD
Forces this enumeration to compile to 32 bits in size. This value is not used.
Enumerated Type Information
Header d3dx9shader.h Minimum operating systems Windows 98