Cogs.Core
MeshSystem.cpp
1#include "MeshSystem.h"
2
3#include "Context.h"
4
6{
7
8}
void update()
Updates the system state to that of the current frame.
A Context instance contains all the services, systems and runtime components needed to use Cogs.
Definition: Context.h:83