Managed to get compiling under ubuntu
This commit is contained in:
@ -6,7 +6,9 @@
|
||||
#pragma once
|
||||
|
||||
// I load GLAD and GLFW Here because they need to be included in specific orders
|
||||
#include <glad/glad.h>
|
||||
#if SETTING_USE_GLAD == 1
|
||||
#include <glad/glad.h>
|
||||
#endif
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <dawn/dawn.h>
|
||||
#include "../../src/display/render.h"
|
||||
|
Reference in New Issue
Block a user