Struct D3D12_FEATURE_DATA_D3D12_OPTIONS9
#[repr(C)]pub struct D3D12_FEATURE_DATA_D3D12_OPTIONS9 {
pub MeshShaderPipelineStatsSupported: BOOL,
pub MeshShaderSupportsFullRangeRenderTargetArrayIndex: BOOL,
pub AtomicInt64OnTypedResourceSupported: BOOL,
pub AtomicInt64OnGroupSharedSupported: BOOL,
pub DerivativesInMeshAndAmplificationShadersSupported: BOOL,
pub WaveMMATier: D3D12_WAVE_MMA_TIER,
}
Fields§
§MeshShaderPipelineStatsSupported: BOOL
§MeshShaderSupportsFullRangeRenderTargetArrayIndex: BOOL
§AtomicInt64OnTypedResourceSupported: BOOL
§DerivativesInMeshAndAmplificationShadersSupported: BOOL
§WaveMMATier: D3D12_WAVE_MMA_TIER
Trait Implementations§
§impl Clone for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Clone for D3D12_FEATURE_DATA_D3D12_OPTIONS9
§fn clone(&self) -> D3D12_FEATURE_DATA_D3D12_OPTIONS9
fn clone(&self) -> D3D12_FEATURE_DATA_D3D12_OPTIONS9
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Debug for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Copy for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl StructuralPartialEq for D3D12_FEATURE_DATA_D3D12_OPTIONS9
Auto Trait Implementations§
impl Freeze for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl RefUnwindSafe for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Send for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Sync for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl Unpin for D3D12_FEATURE_DATA_D3D12_OPTIONS9
impl UnwindSafe for D3D12_FEATURE_DATA_D3D12_OPTIONS9
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more