Trait spirv_cross::spirv::Compile[][src]

pub trait Compile<TTarget> {
    type CompilerOptions;
    fn set_compiler_options(
        &mut self,
        _: &Self::CompilerOptions
    ) -> Result<(), ErrorCode>;
fn compile(&mut self) -> Result<String, ErrorCode>; }

Associated Types

Required Methods

Implementors