Struct winapi::dxgi::IDXGIDevice1 [] [src]

pub struct IDXGIDevice1 {
    pub lpVtbl: *const IDXGIDevice1Vtbl,
}

Fields

lpVtbl: *const IDXGIDevice1Vtbl

Methods

impl IDXGIDevice1
[src]

unsafe fn SetMaximumFrameLatency(&mut self, MaxLatency: UINT) -> HRESULT

unsafe fn GetMaximumFrameLatency(&mut self, pMaxLatency: *mut UINT) -> HRESULT

Methods from Deref<Target=IDXGIDevice>

unsafe fn GetAdapter(&mut self, pAdapter: *mut *mut IDXGIAdapter) -> HRESULT

unsafe fn CreateSurface(&mut self, pDesc: *const DXGI_SURFACE_DESC, NumSurfaces: UINT, Usage: DXGI_USAGE, pSharedResource: *const DXGI_SHARED_RESOURCE, ppSurface: *mut *mut IDXGISurface) -> HRESULT

unsafe fn QueryResourceResidency(&mut self, ppResources: *const *mut IUnknown, pResidencyStatus: *mut DXGI_RESIDENCY, NumResources: UINT) -> HRESULT

unsafe fn SetGPUThreadPriority(&mut self, Priority: INT) -> HRESULT

unsafe fn GetGPUThreadPriority(&mut self, pPriority: *mut INT) -> HRESULT

Trait Implementations

impl Debug for IDXGIDevice1
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDXGIDevice1
[src]

type Target = IDXGIDevice

The resulting type after dereferencing

fn deref(&self) -> &IDXGIDevice

The method called to dereference a value

impl DerefMut for IDXGIDevice1
[src]

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

The method called to mutably dereference a value