#[repr(C)]pub struct D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS {
pub Format: DXGI_FORMAT,
pub SampleCount: u32,
pub Flags: D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS,
pub NumQualityLevels: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
, "Win32_Graphics_Dxgi_Common"
Fields
Format: DXGI_FORMAT
SampleCount: u32
Flags: D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS
NumQualityLevels: u32
Trait Implementations
impl Copy for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
Auto Trait Implementations
impl RefUnwindSafe for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
impl Send for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
impl Sync for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
impl Unpin for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
impl UnwindSafe for D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more