CMake refactor, fix warnings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user