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

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
 

Detailed Description

Support code for CMSC 23700 Autumn 2023.

Author
John Reppy