pub struct GemManager {
pub buffers: Vec<GemBufferObject>,
pub total_allocated: usize,
pub max_allocation: usize,
/* private fields */
}Expand description
GEM buffer manager
Fields§
§buffers: Vec<GemBufferObject>§total_allocated: usizeTotal allocated bytes
max_allocation: usizeMaximum allocation limit