CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Go to the source code of this file.
Classes | |
class | cs237::Buffer |
A base class for buffer objects of all kinds. More... | |
class | cs237::VertexBuffer< V > |
class | cs237::IndexBuffer< I > |
Buffer class for index data; the type parameter I is the index type. More... | |
class | cs237::UniformBuffer< UB > |
Namespaces | |
namespace | cs237 |
Support code for CMSC 23700 Autumn 2023.