Struct winapi::dxgi1_2::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

Trait Implementations

impl Copy for DXGI_ADAPTER_DESC2
[src]

impl Clone for DXGI_ADAPTER_DESC2
[src]

fn clone(&self) -> DXGI_ADAPTER_DESC2

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more