mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
include: Fix the IDXGISwapChain::ResizeBuffers() arguments.
This commit is contained in:
parent
f8c42d3148
commit
09ff8b57c1
@ -96,7 +96,7 @@ interface IDXGISwapChain : IDXGIDeviceSubObject
|
||||
HRESULT SetFullscreenState(BOOL fullscreen, IDXGIOutput *target);
|
||||
HRESULT GetFullscreenState(BOOL *fullscreen, IDXGIOutput **target);
|
||||
HRESULT GetDesc(DXGI_SWAP_CHAIN_DESC *desc);
|
||||
HRESULT ResizeBuffers(const DXGI_MODE_DESC *desc);
|
||||
HRESULT ResizeBuffers(UINT buffer_count, UINT width, UINT height, DXGI_FORMAT format, UINT flags);
|
||||
HRESULT ResizeTarget(const DXGI_MODE_DESC *desc);
|
||||
HRESULT GetContainingOutput(IDXGIOutput **output);
|
||||
HRESULT GetFrameStatistics(DXGI_FRAME_STATISTICS *stats);
|
||||
|
Loading…
x
Reference in New Issue
Block a user