CMake refactor, fix warnings

This commit is contained in:
2022-10-08 19:05:31 +02:00
parent baf9b17a14
commit 028829a291
36 changed files with 219 additions and 394 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
#include "definitions/models.h"
#include <glad/gl.h>
#include <vector>
@@ -14,8 +12,6 @@ public:
void bind();
void unbind();
static std::vector<Vertex> createVertices(double *vertices, uint32_t numVertices, float *textureCoordinates);
private:
GLuint m_VAO;
GLuint m_VBO;