[][src]Trait dxplr::d3d11::CheckFeatureSupport

pub trait CheckFeatureSupport where
    Self: Sized
{ type Args; fn check_feature_support(
        device: *mut ID3D11Device,
        args: Self::Args
    ) -> Result<Self, HResult>; }

Associated Types

type Args

Loading content...

Required methods

fn check_feature_support(
    device: *mut ID3D11Device,
    args: Self::Args
) -> Result<Self, HResult>

Loading content...

Implementors

impl CheckFeatureSupport for ArchitectureInfo[src]

type Args = ()

impl CheckFeatureSupport for D3D10XHardwareOptions[src]

type Args = ()

impl CheckFeatureSupport for D3D11Options[src]

type Args = ()

impl CheckFeatureSupport for D3D11Options2[src]

type Args = ()

impl CheckFeatureSupport for D3D11Options3[src]

type Args = ()

impl CheckFeatureSupport for D3D9Options[src]

type Args = ()

impl CheckFeatureSupport for D3D9Options1[src]

type Args = ()

impl CheckFeatureSupport for D3D9ShadowSupport[src]

type Args = ()

impl CheckFeatureSupport for D3D9SimpleInstancingSupport[src]

type Args = ()

impl CheckFeatureSupport for Doubles[src]

type Args = ()

impl CheckFeatureSupport for FormatSupport[src]

type Args = Format

impl CheckFeatureSupport for FormatSupport2[src]

type Args = Format

impl CheckFeatureSupport for GPUVirtualAddressSupport[src]

type Args = ()

impl CheckFeatureSupport for MarkerSupport[src]

type Args = ()

impl CheckFeatureSupport for ShaderMinPrecisionSupport[src]

type Args = ()

impl CheckFeatureSupport for Threading[src]

type Args = ()

Loading content...