dxgi.idl: Added DXGI_PRESENT_* defines.
This commit is contained in:
parent
7aa17eaa5c
commit
268e2dc900
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue