Struct dxgi_win::interfaces::IDXGIDevice3
[−]
[src]
pub struct IDXGIDevice3 { pub lpVtbl: *const IDXGIDevice3Vtbl, }
Fields
lpVtbl |
pub struct IDXGIDevice3 { pub lpVtbl: *const IDXGIDevice3Vtbl, }
lpVtbl |
impl IDXGIDevice3
unsafe fn Trim(&mut self)
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
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)