Struct winapi::dxgi1_3::IDXGISwapChain2
[−]
[src]
pub struct IDXGISwapChain2 { pub lpVtbl: *const IDXGISwapChain2Vtbl, }
Fields
lpVtbl |
Methods
impl IDXGISwapChain2
[src]
unsafe fn SetSourceSize(&mut self, Width: UINT, Height: UINT) -> HRESULT
unsafe fn GetSourceSize(&mut self, pWidth: *mut UINT, pHeight: *mut UINT) -> HRESULT
unsafe fn SetMaximumFrameLatency(&mut self, MaxLatency: UINT) -> HRESULT
unsafe fn GetMaximumFrameLatency(&mut self, pMaxLatency: *mut UINT) -> HRESULT
unsafe fn GetFrameLatencyWaitableObject(&mut self) -> HANDLE
unsafe fn SetMatrixTransform(&mut self, pMatrix: *const DXGI_MATRIX_3X2_F) -> HRESULT
unsafe fn GetMatrixTransform(&mut self, pMatrix: *mut DXGI_MATRIX_3X2_F) -> HRESULT
Methods from Deref<Target=IDXGISwapChain1>
unsafe fn GetDesc1(&mut self, pDesc: *mut DXGI_SWAP_CHAIN_DESC1) -> HRESULT
unsafe fn GetFullscreenDesc(&mut self, pDesc: *mut DXGI_SWAP_CHAIN_FULLSCREEN_DESC) -> HRESULT
unsafe fn GetHwnd(&mut self, pHwnd: *mut HWND) -> HRESULT
unsafe fn GetCoreWindow(&mut self, refiid: REFGUID, ppUnk: *mut *mut c_void) -> HRESULT
unsafe fn Present1(&mut self, SyncInterval: UINT, PresentFlags: UINT, pPresentParameters: *const DXGI_PRESENT_PARAMETERS) -> HRESULT
unsafe fn IsTemporaryMonoSupported(&mut self) -> BOOL
unsafe fn GetRestrictToOutput(&mut self, ppRestrictToOutput: *mut *mut IDXGIOutput) -> HRESULT
unsafe fn SetBackgroundColor(&mut self, pColor: *const DXGI_RGBA) -> HRESULT
unsafe fn GetBackgroundColor(&mut self, pColor: *mut DXGI_RGBA) -> HRESULT
unsafe fn SetRotation(&mut self, Rotation: DXGI_MODE_ROTATION) -> HRESULT
unsafe fn GetRotation(&mut self, pRotation: *mut DXGI_MODE_ROTATION) -> HRESULT
Trait Implementations
impl Deref for IDXGISwapChain2
[src]
type Target = IDXGISwapChain1
The resulting type after dereferencing
fn deref(&self) -> &IDXGISwapChain1
The method called to dereference a value
impl DerefMut for IDXGISwapChain2
[src]
fn deref_mut(&mut self) -> &mut IDXGISwapChain1
The method called to mutably dereference a value