|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include <UnifiedGeometryManager.h>
Public Member Functions | |
| UnifiedGeometryManager () | |
| void | append () |
| void | clear () |
Private Attributes | |
| VulkanBuffer | meshlets |
| VulkanBuffer | vertices |
| VulkanBuffer | indices |
| uint32_t | offset = 0 |
Definition at line 8 of file UnifiedGeometryManager.h.
| EngineCore::UnifiedGeometryManager::UnifiedGeometryManager | ( | ) |
| void EngineCore::UnifiedGeometryManager::append | ( | ) |
| void EngineCore::UnifiedGeometryManager::clear | ( | ) |
|
private |
Definition at line 19 of file UnifiedGeometryManager.h.
|
private |
Definition at line 17 of file UnifiedGeometryManager.h.
|
private |
Definition at line 22 of file UnifiedGeometryManager.h.
|
private |
Definition at line 18 of file UnifiedGeometryManager.h.