pub trait VertexShaderSource {
    // Required methods
    fn shader() -> &'static [u8] ;
    fn sampler_format() -> TextureFormat;
}

Required Methods§

source

fn shader() -> &'static [u8]

source

fn sampler_format() -> TextureFormat

Implementors§