|
| HRESULT | Present ([in] UINT sync_interval, [in] UINT flags) |
| |
| HRESULT | GetBuffer ([in] UINT buffer_idx, [in] REFIID riid, [in, out] void **surface) |
| |
| HRESULT | SetFullscreenState ([in] BOOL fullscreen, [in] IDXGIOutput *target) |
| |
| HRESULT | GetFullscreenState ([out] BOOL *fullscreen, [out] IDXGIOutput **target) |
| |
| HRESULT | GetDesc ([out] DXGI_SWAP_CHAIN_DESC *desc) |
| |
| HRESULT | ResizeBuffers ([in] UINT buffer_count, [in] UINT width, [in] UINT height, [in] DXGI_FORMAT format, [in] UINT flags) |
| |
| HRESULT | ResizeTarget ([in] const DXGI_MODE_DESC *target_mode_desc) |
| |
| HRESULT | GetContainingOutput ([out] IDXGIOutput **output) |
| |
| HRESULT | GetFrameStatistics ([out] DXGI_FRAME_STATISTICS *stats) |
| |
| HRESULT | GetLastPresentCount ([out] UINT *last_present_count) |
| |
| HRESULT | GetDevice ([in] REFIID riid, [out] void **device) |
| |
| HRESULT | SetPrivateData ([in] REFGUID guid, [in] UINT data_size, [in] const void *data) |
| |
| HRESULT | SetPrivateDataInterface ([in] REFGUID guid, [in] const IUnknown *object) |
| |
| HRESULT | GetPrivateData ([in] REFGUID guid, [in, out] UINT *data_size, [out] void *data) |
| |
| HRESULT | GetParent ([in] REFIID riid, [out] void **parent) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 335 of file dxgi.idl.