CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237-buffer.hpp File Reference
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Support code for CMSC 23700 Autumn 2023.

Author
John Reppy