CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Ccs237::__detail::AABB< T > | Axis-Aligned Bounding Box parameterized over the scalar type |
Ccs237::Application | Base class for applications |
▼Ccs237::Buffer | A base class for buffer objects of all kinds |
Ccs237::IndexBuffer< I > | Buffer class for index data; the type parameter I is the index type |
Ccs237::UniformBuffer< UB > | |
Ccs237::VertexBuffer< V > | |
Ccs237::CreateWindowInfo | Structure containing parameters for creating windows |
Ccs237::DepthBuffer | This class is a wrapper around the |
Ccs237::Window::DepthStencilBuffer | Information about the optional depth/stencil buffers for the window |
COBJ::Group | |
▼Ccs237::__detail::ImageBase | |
Ccs237::Image1D | |
▼Ccs237::Image2D | |
Ccs237::DataImage2D | A 2D Image used to store 2D data, such as a normal map |
COBJ::Material | Structure that defines a material in a model |
Ccs237::MemoryObj | Wrapper around Vulkan memory objects |
COBJ::Model | A model from an OBJ file |
Ccs237::__detail::Plane< T > | Representation of a oriented 3D plane |
Ccs237::Application::Queues< T > | Information about queue families |
Ccs237::Application::Queues< uint32_t > | |
Ccs237::Application::Queues< vk::Queue > | |
Ccs237::Application::SamplerInfo | |
Ccs237::Shaders | |
Ccs237::Window::SwapChain | Collected information about the swap-chain for a window |
Ccs237::Application::SwapChainDetails | |
Ccs237::Window::SwapChainDetails | Information about swap-chain support |
Ccs237::Window::SyncObjs | Container for a frame's synchronization objects |
▼Ccs237::__detail::TextureBase | |
Ccs237::Texture1D | |
Ccs237::Texture2D | |
Ctqt::TextureQTree | |
▼Cjson::Value | |
Cjson::Array | JSON arrays |
Cjson::Bool | |
Cjson::Null | |
▼Cjson::Number | Base class for JSON numbers |
Cjson::Integer | |
Cjson::Real | |
Cjson::Object | JSON objects |
Cjson::String | |
Ccs237::Window | Abstract base class for simple GLFW windows used to view buffers, etc |