pub struct IDXGIDeviceVtbl {
pub parent: IDXGIObjectVtbl,
pub GetAdapter: Option<unsafe extern "system" fn(This: *mut IDXGIDevice, adapter: *mut *mut IDXGIAdapter) -> HRESULT>,
pub CreateSurface: Option<unsafe extern "system" fn(This: *mut IDXGIDevice, desc: *const DXGI_SURFACE_DESC, num_surfaces: UINT, usage: DXGI_USAGE, shared_resource: *const DXGI_SHARED_RESOURCE, surface: *mut *mut IDXGISurface) -> HRESULT>,
pub QueryResourceResidency: Option<unsafe extern "system" fn(This: *mut IDXGIDevice, resources: *const IUnknown, residency_status: *mut DXGI_RESIDENCY, num_resources: UINT) -> HRESULT>,
pub SetGPUThreadPriority: Option<unsafe extern "system" fn(This: *mut IDXGIDevice, priority: INT) -> HRESULT>,
pub GetGPUThreadPriority: Option<unsafe extern "system" fn(This: *mut IDXGIDevice, priority: *mut INT) -> HRESULT>,
}
Fields
parent | |
GetAdapter | |
CreateSurface | |
QueryResourceResidency | |
SetGPUThreadPriority | |
GetGPUThreadPriority | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
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
)