candlewick 0.1.0
A renderer
|
#include "Scene.h"
#include "Mesh.h"
#include "Renderer.h"
#include "math_types.h"
#include <optional>
#include <entt/entity/registry.hpp>
#include <entt/signal/sigh.hpp>
Go to the source code of this file.
Classes | |
struct | candlewick::IDebugSubSystem |
A subsystem for the DebugScene. More... | |
struct | candlewick::DebugMeshComponent |
class | candlewick::DebugScene |
Scene for organizing debug entities and render systems. More... | |
Namespaces | |
namespace | candlewick |
Enumerations | |
enum class | candlewick::DebugPipelines { candlewick::TRIANGLE_FILL , candlewick::LINE } |