Struct winapi::d3d12::D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS [] [src]

#[repr(C)]
pub struct D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS { pub Format: DXGI_FORMAT, pub SampleCount: UINT, pub Flags: D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS, pub NumQualityLevels: UINT, }

Fields

Trait Implementations

impl Debug for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
[src]

Formats the value using the given formatter.

impl Copy for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
[src]

impl Clone for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more