Struct winapi::dxgi1_3::IDXGIDevice3
[−]
[src]
pub struct IDXGIDevice3 { pub lpVtbl: *const IDXGIDevice3Vtbl, }
Fields
lpVtbl |
Methods
impl IDXGIDevice3
[src]
unsafe fn Trim(&mut self)
Methods from Deref<Target=IDXGIDevice2>
unsafe fn OfferResources(&mut self, NumResources: UINT, ppResources: *mut *mut IDXGIResource, Priority: DXGI_OFFER_RESOURCE_PRIORITY) -> HRESULT
unsafe fn ReclaimResources(&mut self, NumResources: UINT, ppResources: *mut *mut IDXGIResource, pDiscarded: *mut BOOL) -> HRESULT
unsafe fn EnqueueSetEvent(&mut self, hEvent: HANDLE) -> HRESULT
Trait Implementations
impl Deref for IDXGIDevice3
[src]
type Target = IDXGIDevice2
The resulting type after dereferencing
fn deref(&self) -> &IDXGIDevice2
The method called to dereference a value
impl DerefMut for IDXGIDevice3
[src]
fn deref_mut(&mut self) -> &mut IDXGIDevice2
The method called to mutably dereference a value