|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include "../Component/MeshComponent.h"#include "Engine/Core/Settings.h"#include "Engine/Entity/Scene.h"#include "Engine/Renderer/VulkanBuffer.h"#include <functional>#include <vector>Go to the source code of this file.
Classes | |
| class | EngineCore::SceneManager |
| Manages game objects within a scene, handling registration, ID allocation, and GPU buffer synchronization for meshlet-to-object mappings. More... | |
Namespaces | |
| namespace | EngineCore |
| Log category system implementation. | |
Typedefs | |
| using | scene_object_id = uint32_t |
| using scene_object_id = uint32_t |
Definition at line 9 of file SceneManager.h.