Commit 9ba17d44 authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Added some defines to d3d8 header.

parent aa94a5ad
......@@ -25,6 +25,16 @@
#include "d3d8caps.h"
/*****************************************************************************
* Behavior Flags for IDirect3D8::CreateDevice
*/
#define D3DCREATE_FPU_PRESERVE 0x00000002L
#define D3DCREATE_MULTITHREADED 0x00000004L
#define D3DCREATE_PUREDEVICE 0x00000010L
#define D3DCREATE_SOFTWARE_VERTEXPROCESSING 0x00000020L
#define D3DCREATE_HARDWARE_VERTEXPROCESSING 0x00000040L
#define D3DCREATE_MIXED_VERTEXPROCESSING 0x00000080L
/*****************************************************************************
* #defines and error codes
*/
#define D3DADAPTER_DEFAULT 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment