pub trait ID3D10ShaderReflectionVariable_Impl: Sized {
// Required methods
fn GetDesc(&self, pdesc: *mut D3D10_SHADER_VARIABLE_DESC) -> Result<()>;
fn GetType(&self) -> Option<ID3D10ShaderReflectionType>;
}
Required Methods§
fn GetDesc(&self, pdesc: *mut D3D10_SHADER_VARIABLE_DESC) -> Result<()>
fn GetType(&self) -> Option<ID3D10ShaderReflectionType>
Object Safety§
This trait is not object safe.