pub struct GpuMesh { pub vao: gl::types::GLuint, pub vbo: gl::types::GLuint, pub ebo: Option, pub vertex_count: i32, pub index_count: Option, }