Commit 39173470 authored by Józef Kucia's avatar Józef Kucia Committed by Alexandre Julliard

include: Add declarations for D3DUSAGEs added with d3d9ex.

parent b1094bc7
......@@ -113,6 +113,14 @@
#define D3DUSAGE_AUTOGENMIPMAP __MSABI_LONG(0x00000400)
#define D3DUSAGE_DMAP __MSABI_LONG(0x00004000)
/* Parts added with d3d9ex */
#if !defined(D3D_DISABLE_9EX)
#define D3DUSAGE_RESTRICTED_CONTENT __MSABI_LONG(0x00000800)
#define D3DUSAGE_RESTRICT_SHARED_RESOURCE_DRIVER __MSABI_LONG(0x00001000)
#define D3DUSAGE_RESTRICT_SHARED_RESOURCE __MSABI_LONG(0x00002000)
#define D3DUSAGE_TEXTAPI __MSABI_LONG(0x10000000)
#endif /* D3D_DISABLE_9EX */
#define D3DUSAGE_QUERY_FILTER __MSABI_LONG(0x00020000)
#define D3DUSAGE_QUERY_LEGACYBUMPMAP __MSABI_LONG(0x00008000)
#define D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING __MSABI_LONG(0x00080000)
......
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