Trait windows::Win32::Graphics::Dxgi::IDXGIFactory5_Impl

pub trait IDXGIFactory5_Impl: Sized + IDXGIFactory4_Impl {
    // Required method
    fn CheckFeatureSupport(
        &self,
        feature: DXGI_FEATURE,
        pfeaturesupportdata: *mut c_void,
        featuresupportdatasize: u32,
    ) -> Result<()>;
}

Required Methods§

fn CheckFeatureSupport( &self, feature: DXGI_FEATURE, pfeaturesupportdata: *mut c_void, featuresupportdatasize: u32, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§