VenomEngine
Cross-Platform Modern Graphics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Pages Concepts
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 Cvenom::vulkan::QueueOrderPool::AllocatedPresentInfo
 Cvenom::vulkan::QueueOrderPool::AllocatedSubmitInfo
 Cvenom::vulkan::Allocator
 Cvenom::vulkan::AttachmentsManager
 Cvenom::common::BindlessTexturesIdManager
 Cvenom::vulkan::VulkanMesh::BoundVkBuffer
 Cvenom::vulkan::Buffer
 Cvenom::common::CameraCascadedShadowMapData
 Cvenom::common::CameraFocusData
 Cvenom::vulkan::CommandBufferCommand Buffer class, only instanciable by VulkanCommandPool. To use them, you need to create a VulkanCommandPool and then create/access them via VulkanCommandPool. To make sure destruction and memory is handled in a correct way for command buffers, only VulkanCommandPool should own them
 Cvenom::vulkan::CommandPool
 Cvenom::vulkan::CommandPoolManager
 Cvenom::common::Config
 Cvenom::vulkan::DebugApplication
 Cvenom::common::DeferredTrash< T >
 Cvenom::common::DeferredTrashBin
 Cvenom::common::ShaderResourceTable::Descriptor
 Cvenom::vulkan::DescriptorPool
 Cvenom::vulkan::DescriptorSet
 Cvenom::vulkan::DescriptorSetGroupRegroups descriptor sets by frame, so if updates have to be done by group, they will be done on the group directly
 Cvenom::vulkan::DescriptorSetGroupAllocator
 Cvenom::vulkan::DescriptorSetLayout
 Cvenom::common::DLLContains a shared library handle and provides a way to get symbols from it, can only be created through DLL::Create()
 Cvenom::common::DLL_CacheHolds all DLLs loaded in memory unless explicitly unloaded/deleted. Only instantiable by VenomEngine as it must not be deleted before all DLLs are unloaded. And also to centralize every wannabe singletons into one
 Cvenom::common::ECSEntity Component System Will mainly encapsulate the fabulous flecs library (https://github.com/SanderMertens/flecs.git) This class will be contained in the VenomEngine class. Also manages/lists all components types for browsing
 Cvenom::vulkan::Fence
 Cvenom::common::Filesystem
 Cvenom::common::GUI::FontData
 Cvenom::common::FpsCounter
 Cvenom::vulkan::Framebuffer
 Cvenom::common::GraphicsCachedResourceBase class for cached resources
 Cvenom::common::GraphicsCachedResourceHolderBase class for cached resource holders
 Cvenom::common::GraphicsSettings
 Cvenom::common::GraphicsSettingsData
 Cvenom::common::TextureImpl::GUITexture
 Cvenom::vulkan::Image
 Cvenom::vulkan::ImageView
 Cvenom::vulkan::Instance
 Cvenom::common::IPluginObject
 Cvenom::common::LightCascadedShadowMapConstantsStruct
 Cvenom::common::LightIndexAllocator
 Cvenom::common::LightShaderStruct
 Cvenom::common::Log
 Cvenom::vulkan::LogicalDevice
 Cvenom::vulkan::MappedQueueFamilies
 Cvenom::common::MaterialComponentMaterialComponent Contains all the data of a material component
 Cvenom::common::MaterialImpl::MaterialComponentResourceTable
 Cvenom::common::MaterialImpl::MaterialResourceTable
 Cvenom::common::MemoryPoolMemoryPool class to manage memory allocation and deallocation. For now, it's just a wrapper around memory C functions
 Cstd::optional
 Cvenom::vulkan::PhysicalDevice
 Cvenom::common::Plugin
 Cvenom::common::PluginManager
 Cvenom::common::PluginObjectImplWrapperWrapper for the PluginObjectImpl, inherited by classes like Model or Mesh to make them usable as components (for ECS) and hold the Graphics API specific implementation
 Cvenom::vulkan::Queue
 Cvenom::vulkan::QueueFamily
 Cvenom::vulkan::QueueManager
 Cvenom::vulkan::QueueManagerSettings
 Cvenom::vulkan::QueueOrderPool::QueueOrderInfo
 Cvenom::vulkan::QueueOrderPool
 Cvenom::vulkan::QueueOrderPool::QueuePresentInfo
 Cvenom::vulkan::QueueOrderPool::QueueSubmissionInfo
 Cvenom::common::Resources
 Cvenom::vulkan::Sampler
 Cvenom::common::SceneSettings
 Cvenom::common::SceneSettingsData
 Cvenom::common::Screen
 Cvenom::common::ScreenVideoMode
 Cvenom::vulkan::Semaphore
 Cvenom::common::SkyboxShaderData
 Cvenom::common::StaticVenomCanCreateComponent
 Cvenom::vulkan::StorageBuffer
 Cvenom::vulkan::Surface
 Cvenom::vulkan::SwapChain
 Cvenom::common::TextureLoader
 Cvenom::common::Timer
 Cvenom::common::DeferredTrashBin::TrashBlock
 Cvenom::vulkan::UniformBuffer
 Cvenom::common::VenomComponent
 Cvenom::common::VenomEngineMain class of the engine This class will be the main entry point of the engine. It will contain all the main components of the engine, as singleton are harder to manage, especially for unit tests and memory management
 Cvenom::common::VenomSettings
 Cvenom::vulkan::VertexBuffer
 Cvenom::common::ShaderPipelineImpl::VertexBufferLayout