Basic rectangle drawing
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <glad/glad.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
|
||||
@ -9,7 +10,7 @@ class BarinkWindow{
|
||||
bool VulkanSupported;
|
||||
int Width, Height;
|
||||
|
||||
bool InitGLFW();
|
||||
static bool InitGLFW();
|
||||
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user