massive rewrite

This commit is contained in:
Lauchmelder 2021-12-24 14:20:53 +01:00
parent 4c1c151422
commit 5811d3676a
18 changed files with 442 additions and 151 deletions

View file

@ -19,7 +19,7 @@ add_library(lol STATIC
"src/Shader.cpp"
"src/VertexArrayObject.cpp"
"vendor/glad/src/glad.c"
"include/lol/Texture.hpp" "src/Texture.cpp" )
"include/lol/Texture.hpp" "src/Texture.cpp" "include/lol/util/Enums.hpp" "include/lol/Buffer.hpp" "src/Buffer.cpp" "include/lol/buffers/VertexBuffer.hpp" "src/buffers/VertexBuffer.cpp" "include/lol/buffers/ElementBuffer.hpp" "src/buffers/ElementBuffer.cpp")
target_include_directories(lol PUBLIC
${GLM_INCLUDE_DIRS}