CMSC23740 Common Code Library
Support code for CS23740 programming projects
Loading...
Searching...
No Matches
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 >
 
class  cs237::StorageVertexBuffer< SV >
 
class  cs237::StorageBuffer< S >
 

Namespaces

namespace  cs237
 

Detailed Description

Support code for CMSC 23740 Autumn 2024.

Author
John Reppy