candlewick 0.10.0
A tiny cross-platform renderer based on SDL3
Loading...
Searching...
No Matches
Core.h File Reference
#include <coal/fwd.hh>
#include <cassert>
#include <concepts>

Go to the source code of this file.

Namespaces

namespace  candlewick
 

Concepts

concept  candlewick::Scene
 The Scene concept requires that there exist functions to render the scene. Provided a command buffer and Camera, and that there is a function to release the resources of the Scene.
 

Macros

#define CANDLEWICK_ASSERT(condition, msg)
 

Macro Definition Documentation

◆ CANDLEWICK_ASSERT

#define CANDLEWICK_ASSERT ( condition,
msg )
Value:
assert(((condition) && (msg)))