candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
Utils.h
Go to the documentation of this file.
1#pragma once
2
3#include "../core/Core.h"
4
5namespace candlewick {
6
7class MeshData;
8struct MeshDataView;
9
10} // namespace candlewick
A class to store type-erased vertex data and index data.
Definition MeshData.h:33
Definition Camera.h:8
Definition MeshDataView.h:7