Commit 74535486 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard

include: Add missing D3DPMISCCAPS_POSTBLENDSRGBCONVERT flag.

parent b5ba9383
......@@ -116,6 +116,9 @@
#define D3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING __MSABI_LONG(0x00080000)
#define D3DPMISCCAPS_FOGVERTEXCLAMPED __MSABI_LONG(0x00100000)
#ifndef D3D_DISABLE_9EX
#define D3DPMISCCAPS_POSTBLENDSRGBCONVERT __MSABI_LONG(0x00200000)
#endif
#define D3DPRASTERCAPS_DITHER __MSABI_LONG(0x00000001)
#define D3DPRASTERCAPS_PAT __MSABI_LONG(0x00000008)
......
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