Fix bugs. Sketch3D stable.
This commit is contained in:
parent
cd8feaf2c0
commit
e065dc736b
9 changed files with 45 additions and 32 deletions
|
|
@ -1,9 +1,18 @@
|
|||
#pragma once
|
||||
|
||||
#include "Environment.hpp"
|
||||
|
||||
// -------- Window Context -------- //
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#ifdef ENV_OS_WINDOWS
|
||||
#define GLFW_EXPOSE_NATIVE_WIN32
|
||||
#endif
|
||||
|
||||
#ifdef ENV_OS_LINUX
|
||||
#define GLFW_EXPOSE_NATIVE_WAYLAND
|
||||
#endif
|
||||
|
||||
#include <GLFW/glfw3native.h>
|
||||
|
||||
#include <array>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue