Struct dxgi_win::interfaces::IDXGIDevice3 [] [src]

pub struct IDXGIDevice3 {
    pub lpVtbl: *const IDXGIDevice3Vtbl,
}

Fields

lpVtbl

Methods

impl IDXGIDevice3

unsafe fn Trim(&mut self)

Methods from Deref<Target=IDXGIDevice2>

unsafe fn OfferResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, priority: DXGI_OFFER_RESOURCE_PRIORITY) -> HRESULT

unsafe fn ReclaimResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, discarded: *mut BOOL) -> HRESULT

unsafe fn EnqueueSetEvent(&mut self, event: HANDLE) -> HRESULT

Trait Implementations

impl Deref for IDXGIDevice3

type Target = IDXGIDevice2

fn deref(&self) -> &IDXGIDevice2

impl DerefMut for IDXGIDevice3

fn deref_mut(&mut self) -> &mut IDXGIDevice2

impl COMInterface for IDXGIDevice3

fn i_unknown(&self) -> &IUnknown

fn i_unknown_mut(&mut self) -> &mut IUnknown

impl QueryIID for IDXGIDevice3

fn iid() -> GUID