CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Ccs237::__detail::AABB< T >Axis-Aligned Bounding Box parameterized over the scalar type
 Ccs237::ApplicationBase class for applications
 Ccs237::BufferA 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::CreateWindowInfoStructure containing parameters for creating windows
 Ccs237::DepthBufferThis class is a wrapper around the
 Ccs237::Window::DepthStencilBufferInformation about the optional depth/stencil buffers for the window
 COBJ::Group
 Ccs237::__detail::ImageBase
 Ccs237::Image1D
 Ccs237::Image2D
 Ccs237::DataImage2DA 2D Image used to store 2D data, such as a normal map
 COBJ::MaterialStructure that defines a material in a model
 Ccs237::MemoryObjWrapper around Vulkan memory objects
 COBJ::ModelA 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::SwapChainCollected information about the swap-chain for a window
 Ccs237::Application::SwapChainDetails
 Ccs237::Window::SwapChainDetailsInformation about swap-chain support
 Ccs237::Window::SyncObjsContainer for a frame's synchronization objects
 Ccs237::__detail::TextureBase
 Ccs237::Texture1D
 Ccs237::Texture2D
 Ctqt::TextureQTree
 Cjson::Value
 Cjson::ArrayJSON arrays
 Cjson::Bool
 Cjson::Null
 Cjson::NumberBase class for JSON numbers
 Cjson::Integer
 Cjson::Real
 Cjson::ObjectJSON objects
 Cjson::String
 Ccs237::WindowAbstract base class for simple GLFW windows used to view buffers, etc