mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
d3d10_1.idl: Added D3D10CreateDevice1 declaration.
This commit is contained in:
parent
77c191786a
commit
64e11e0f98
@ -124,3 +124,6 @@ interface ID3D10Device1 : ID3D10Device
|
||||
}
|
||||
|
||||
const UINT D3D10_1_SDK_VERSION = 0x20;
|
||||
|
||||
cpp_quote("HRESULT WINAPI D3D10CreateDevice1(IDXGIAdapter*,D3D10_DRIVER_TYPE,")
|
||||
cpp_quote(" HMODULE,UINT,D3D10_FEATURE_LEVEL1,UINT,ID3D10Device1**);")
|
||||
|
Loading…
Reference in New Issue
Block a user