Struct dxgi_win::interfaces::IDXGIDevice2
[−]
[src]
pub struct IDXGIDevice2 {
pub lpVtbl: *const IDXGIDevice2Vtbl,
}Fields
lpVtbl |
pub struct IDXGIDevice2 {
pub lpVtbl: *const IDXGIDevice2Vtbl,
}lpVtbl |
impl IDXGIDevice2unsafe fn OfferResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, priority: DXGI_OFFER_RESOURCE_PRIORITY) -> HRESULTunsafe fn ReclaimResources(&mut self, num_resources: UINT, resources: *const *mut IDXGIResource, discarded: *mut BOOL) -> HRESULTunsafe fn EnqueueSetEvent(&mut self, event: HANDLE) -> HRESULTunsafe fn GetMaximumFrameLatency(&mut self, max_latency: *mut UINT) -> HRESULTunsafe fn SetMaximumFrameLatency(&mut self, max_latency: UINT) -> HRESULTimpl Deref for IDXGIDevice2type Target = IDXGIDevice1fn deref(&self) -> &IDXGIDevice1impl DerefMut for IDXGIDevice2fn deref_mut(&mut self) -> &mut IDXGIDevice1impl COMInterface for IDXGIDevice2fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGIDevice2
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)