|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
#include "Engine/Mesh/MeshPrimitive.h"#include "Engine/Core/Engine.h"#include "Engine/Core/VulkanHelper.h"#include "Engine/Logging/TracyMacros.hpp"#include "Engine/Material/MaterialShader.h"#include "Engine/Renderer/RenderData.h"#include "Engine/Math/BoundingSphere.h"#include "Engine/Texture/Texture.h"#include "glm/gtx/norm.hpp"#include <meshoptimizer.h>Go to the source code of this file.
Namespaces | |
| namespace | EngineCore |
| Log category system implementation. | |