Graphics Example Stable

This commit is contained in:
IlyaShurupov 2024-03-19 11:37:55 +03:00 committed by Ilya Shurupov
parent e331fc1a34
commit 84046e89be
10 changed files with 28 additions and 12 deletions

View file

@ -4,7 +4,7 @@
#define GLEW_STATIC
#include <GL/glew.h>
#include "WindowContext.hpp"
#include "Graphics.hpp"
// -------- Canvas -------- //
#define NANOVG_GL3_IMPLEMENTATION