Struct dxgi_win::interfaces::IDXGIDevice1
[−]
[src]
pub struct IDXGIDevice1 {
pub lpVtbl: *const IDXGIDevice1Vtbl,
}Fields
lpVtbl |
pub struct IDXGIDevice1 {
pub lpVtbl: *const IDXGIDevice1Vtbl,
}lpVtbl |
impl IDXGIDevice1unsafe fn GetMaximumFrameLatency(&mut self, max_latency: *mut UINT) -> HRESULTunsafe fn SetMaximumFrameLatency(&mut self, max_latency: UINT) -> HRESULTunsafe fn GetAdapter(&mut self, adapter: *mut *mut IDXGIAdapter) -> HRESULTunsafe fn CreateSurface(&mut self, desc: *const DXGI_SURFACE_DESC, num_surfaces: UINT, usage: DXGI_USAGE, shared_resource: *const DXGI_SHARED_RESOURCE, surface: *mut *mut IDXGISurface) -> HRESULTunsafe fn QueryResourceResidency(&mut self, resources: *const IUnknown, residency_status: *mut DXGI_RESIDENCY, num_resources: UINT) -> HRESULTunsafe fn SetGPUThreadPriority(&mut self, priority: INT) -> HRESULTunsafe fn GetGPUThreadPriority(&mut self, priority: *mut INT) -> HRESULTimpl Deref for IDXGIDevice1type Target = IDXGIDevicefn deref(&self) -> &IDXGIDeviceimpl DerefMut for IDXGIDevice1fn deref_mut(&mut self) -> &mut IDXGIDeviceimpl COMInterface for IDXGIDevice1fn i_unknown(&self) -> &IUnknownfn i_unknown_mut(&mut self) -> &mut IUnknownimpl QueryIID for IDXGIDevice1
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)