Commit 268e2dc9 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

dxgi.idl: Added DXGI_PRESENT_* defines.

parent 7aa17eaa
......@@ -289,6 +289,16 @@ interface IDXGIAdapter : IDXGIObject
);
}
cpp_quote("#define DXGI_MAX_SWAP_CHAIN_BUFFERS (16)")
cpp_quote("#define DXGI_PRESENT_TEST __MSABI_LONG(0x00000001U)")
cpp_quote("#define DXGI_PRESENT_DO_NOT_SEQUENCE __MSABI_LONG(0x00000002U)")
cpp_quote("#define DXGI_PRESENT_RESTART __MSABI_LONG(0x00000004U)")
cpp_quote("#define DXGI_PRESENT_DO_NOT_WAIT __MSABI_LONG(0x00000008U)")
cpp_quote("#define DXGI_PRESENT_STEREO_PREFER_RIGHT __MSABI_LONG(0x00000010U)")
cpp_quote("#define DXGI_PRESENT_STEREO_TEMPORARY_MONO __MSABI_LONG(0x00000020U)")
cpp_quote("#define DXGI_PRESENT_RESTRICT_TO_OUTPUT __MSABI_LONG(0x00000040U)")
[
object,
local,
......
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