[][src]Struct winapi::um::d3d12::D3D12_FEATURE_DATA_D3D12_OPTIONS

#[repr(C)]
pub struct D3D12_FEATURE_DATA_D3D12_OPTIONS {
    pub DoublePrecisionFloatShaderOps: BOOL,
    pub OutputMergerLogicOp: BOOL,
    pub MinPrecisionSupport: D3D12_SHADER_MIN_PRECISION_SUPPORT,
    pub TiledResourcesTier: D3D12_TILED_RESOURCES_TIER,
    pub ResourceBindingTier: D3D12_RESOURCE_BINDING_TIER,
    pub PSSpecifiedStencilRefSupported: BOOL,
    pub TypedUAVLoadAdditionalFormats: BOOL,
    pub ROVsSupported: BOOL,
    pub ConservativeRasterizationTier: D3D12_CONSERVATIVE_RASTERIZATION_TIER,
    pub MaxGPUVirtualAddressBitsPerResource: UINT,
    pub StandardSwizzle64KBSupported: BOOL,
    pub CrossNodeSharingTier: D3D12_CROSS_NODE_SHARING_TIER,
    pub CrossAdapterRowMajorTextureSupported: BOOL,
    pub VPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulation: BOOL,
    pub ResourceHeapTier: D3D12_RESOURCE_HEAP_TIER,
}

Fields

DoublePrecisionFloatShaderOps: BOOLOutputMergerLogicOp: BOOLMinPrecisionSupport: D3D12_SHADER_MIN_PRECISION_SUPPORTTiledResourcesTier: D3D12_TILED_RESOURCES_TIERResourceBindingTier: D3D12_RESOURCE_BINDING_TIERPSSpecifiedStencilRefSupported: BOOLTypedUAVLoadAdditionalFormats: BOOLROVsSupported: BOOLConservativeRasterizationTier: D3D12_CONSERVATIVE_RASTERIZATION_TIERMaxGPUVirtualAddressBitsPerResource: UINTStandardSwizzle64KBSupported: BOOLCrossNodeSharingTier: D3D12_CROSS_NODE_SHARING_TIERCrossAdapterRowMajorTextureSupported: BOOLVPAndRTArrayIndexFromAnyShaderFeedingRasterizerSupportedWithoutGSEmulation: BOOLResourceHeapTier: D3D12_RESOURCE_HEAP_TIER

Trait Implementations

impl Copy for D3D12_FEATURE_DATA_D3D12_OPTIONS[src]

impl Clone for D3D12_FEATURE_DATA_D3D12_OPTIONS[src]

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

Performs copy-assignment from source. Read more

impl Default for D3D12_FEATURE_DATA_D3D12_OPTIONS[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]