pub trait VertexShaderSource {
    fn shader() -> &'static [u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8];
    fn sampler_format() -> TextureFormat;
}

Required Methods

Implementors