Add path rendering code to debugging module

This commit is contained in:
Emma Broman
2021-06-23 15:06:29 +02:00
parent 947e8c3772
commit 4ae70283a7
7 changed files with 338 additions and 88 deletions

View File

@@ -30,8 +30,6 @@
#include <ghoul/logging/logmanager.h>
#include <ghoul/misc/assert.h>
#include <ghoul/opengl/programobject.h>
//#include <ostream>
//#include <iostream>
namespace {
constexpr const char* _loggerCat = "DebugRenderer";