1 2 3 4 5 6 7
//! Buffers store information about rendering to use in the OpenGL pipeline pub mod frame_buffer; pub mod index_buffer; pub mod vertex_array; pub mod vertex_buffer; pub mod vertex_buffer_layout;