mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-01-25 12:34:15 +00:00
feat: triangle is perfectly draw
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "camera.hpp"
|
||||
#include "core/camera.hpp"
|
||||
|
||||
#include "glad/glad.h"
|
||||
#include "GLFW/glfw3.h"
|
||||
|
||||
#include "glm/ext/matrix_transform.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "texture.hpp"
|
||||
#include "core/texture.hpp"
|
||||
|
||||
#include <filesystem>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user