candlewick
0.1.0
A renderer
Loading...
Searching...
No Matches
Core.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <coal/fwd.hh>
4
#include <cassert>
5
6
#define CDW_ASSERT(condition, msg) assert(((condition) && (msg)))
7
8
namespace
candlewick
{
9
struct
Camera;
10
class
CommandBuffer;
11
struct
Device;
12
class
Texture;
13
class
Mesh;
14
class
MeshView;
15
class
MeshLayout;
16
struct
Shader;
17
struct
Renderer;
18
struct
Window;
19
20
using
coal::AABB;
21
22
}
// namespace candlewick
candlewick
Definition
Camera.h:8
src
candlewick
core
Core.h
Generated by
1.13.2