mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 00:18:29 +02:00
d3d1x: minifix
This commit is contained in:
parent
8224256946
commit
6b485d8518
2 changed files with 2 additions and 2 deletions
|
|
@ -171,7 +171,7 @@ typedef HRESULT (* PFN_D3D10_CREATE_DEVICE_AND_SWAP_CHAIN1)(
|
|||
D3D10_DRIVER_TYPE,
|
||||
HMODULE,
|
||||
UINT,
|
||||
D3D10_FEATURE_LEVEL1 HardwareLevels,
|
||||
D3D10_FEATURE_LEVEL1,
|
||||
UINT,
|
||||
[in, optional] DXGI_SWAP_CHAIN_DESC*,
|
||||
[out,optional] IDXGISwapChain**,
|
||||
|
|
|
|||
|
|
@ -2467,7 +2467,7 @@ typedef HRESULT (* PFN_D3D11_CREATE_DEVICE_AND_SWAP_CHAIN)(
|
|||
HMODULE,
|
||||
UINT,
|
||||
[in,optional] const D3D_FEATURE_LEVEL*,
|
||||
UINT FeatureLevels,
|
||||
UINT,
|
||||
UINT,
|
||||
[in, optional] const DXGI_SWAP_CHAIN_DESC*,
|
||||
[out,optional] IDXGISwapChain**,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue