candlewick 0.6.0
A tiny cross-platform renderer based on SDL3
Loading...
Searching...
No Matches
DebugScene.h File Reference
#include "Scene.h"
#include "Mesh.h"
#include "RenderContext.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
 Component for simple mesh with colors. More...
 
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 }