#[repr(C)]pub struct D3D11_FEATURE_DATA_D3D11_OPTIONS {Show 14 fields
pub OutputMergerLogicOp: BOOL,
pub UAVOnlyRenderingForcedSampleCount: BOOL,
pub DiscardAPIsSeenByDriver: BOOL,
pub FlagsForUpdateAndCopySeenByDriver: BOOL,
pub ClearView: BOOL,
pub CopyWithOverlap: BOOL,
pub ConstantBufferPartialUpdate: BOOL,
pub ConstantBufferOffsetting: BOOL,
pub MapNoOverwriteOnDynamicConstantBuffer: BOOL,
pub MapNoOverwriteOnDynamicBufferSRV: BOOL,
pub MultisampleRTVWithForcedSampleCountOne: BOOL,
pub SAD4ShaderInstructions: BOOL,
pub ExtendedDoublesShaderInstructions: BOOL,
pub ExtendedResourceSharing: BOOL,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
, "Win32_Foundation"
Fields
OutputMergerLogicOp: BOOL
UAVOnlyRenderingForcedSampleCount: BOOL
DiscardAPIsSeenByDriver: BOOL
FlagsForUpdateAndCopySeenByDriver: BOOL
ClearView: BOOL
CopyWithOverlap: BOOL
ConstantBufferPartialUpdate: BOOL
ConstantBufferOffsetting: BOOL
MapNoOverwriteOnDynamicConstantBuffer: BOOL
MapNoOverwriteOnDynamicBufferSRV: BOOL
MultisampleRTVWithForcedSampleCountOne: BOOL
SAD4ShaderInstructions: BOOL
ExtendedDoublesShaderInstructions: BOOL
ExtendedResourceSharing: BOOL
Trait Implementations
impl Clone for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl Clone for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl Copy for D3D11_FEATURE_DATA_D3D11_OPTIONS
Auto Trait Implementations
impl RefUnwindSafe for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl Send for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl Sync for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl Unpin for D3D11_FEATURE_DATA_D3D11_OPTIONS
impl UnwindSafe for D3D11_FEATURE_DATA_D3D11_OPTIONS
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