![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
#include <optional>
Go to the source code of this file.
Classes | |
struct | cs237::CreateWindowInfo |
structure containing parameters for creating windows More... | |
class | cs237::Window |
abstract base class for simple GLFW windows used to view buffers, etc. More... | |
struct | cs237::Window::SwapChainDetails |
information about swap-chain support More... | |
struct | cs237::Window::DepthStencilBuffer |
information about the optional depth/stencil buffers for the window More... | |
struct | cs237::Window::SwapChain |
the collected information about the swap-chain for a window More... | |
struct | cs237::Window::SyncObjs |
a container for a frame's synchronization objects More... | |
Namespaces | |
namespace | cs237 |
Support code for CMSC 23700 Autumn 2023.