Trait windows::Win32::Graphics::Direct3D::Dxc::IDxcValidator_Impl

pub trait IDxcValidator_Impl: Sized {
    // Required method
    fn Validate(
        &self,
        pshader: Option<&IDxcBlob>,
        flags: u32,
    ) -> Result<IDxcOperationResult>;
}

Required Methods§

fn Validate( &self, pshader: Option<&IDxcBlob>, flags: u32, ) -> Result<IDxcOperationResult>

Object Safety§

This trait is not object safe.

Implementors§