Struct dxgi_win::structures::DXGI_ADAPTER_DESC2 [] [src]

pub struct DXGI_ADAPTER_DESC2 {
    pub Description: [WCHAR; 128],
    pub VendorId: UINT,
    pub DeviceId: UINT,
    pub SubSysId: UINT,
    pub Revision: UINT,
    pub DedicatedVideoMemory: SIZE_T,
    pub DedicatedSystemMemory: SIZE_T,
    pub SharedSystemMemory: SIZE_T,
    pub AdapterLuid: LUID,
    pub Flags: UINT,
    pub GraphicsPreemptionGranularity: DXGI_GRAPHICS_PREEMPTION_GRANULARITY,
    pub ComputePreemptionGranularity: DXGI_COMPUTE_PREEMPTION_GRANULARITY,
}

Fields

Description
VendorId
DeviceId
SubSysId
Revision
DedicatedVideoMemory
DedicatedSystemMemory
SharedSystemMemory
AdapterLuid
Flags
GraphicsPreemptionGranularity
ComputePreemptionGranularity