logo
pub trait VertexAttributesLayout {
    fn layout() -> &'static VertexBufferLayout<'static>;
}

Required Methods

shader_location in VertexAttribute should be adjusted inside application in glsl100 mode

Implementors