Skip to content

Commit d5e779e

Browse files
committed
Update glad
- updated glad to 2.0.6
1 parent 810453d commit d5e779e

15 files changed

+5592
-5923
lines changed

.cmake-format

-53
This file was deleted.

include/KHR/khrplatform.h

-290
This file was deleted.

include/MyGL/Drawable/Font.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "../mygl_export.h"
55

66
#include <ft2build.h>
7-
#include <glad/glad.h>
7+
#include <glad/gl.h>
88
#include FT_FREETYPE_H
99

1010
#include "../Texture.hpp"
@@ -73,4 +73,4 @@ namespace my
7373

7474
} // namespace my
7575

76-
#endif // MYGL_FONT
76+
#endif // MYGL_FONT

include/MyGL/ShaderProgram.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "mygl_export.h"
55
#include "Shader.hpp"
66

7-
#include <glad/glad.h>
7+
#include <glad/gl.h>
88
#include <glm/glm.hpp>
99

1010
#include <iostream>

include/MyGL/Texture.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "mygl_export.h"
55

6-
#include <glad/glad.h>
6+
#include <glad/gl.h>
77
#include <stb_image.h>
88

99
#include "Color.hpp"
@@ -124,4 +124,4 @@ namespace my
124124

125125
} // namespace my
126126

127-
#endif // MYGL_TEXTURE
127+
#endif // MYGL_TEXTURE

include/MyGL/Window.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
#include "mygl_export.h"
55

6+
#include <glad/gl.h>
67
#define GLFW_INCLUDE_NONE
78
#include <GLFW/glfw3.h>
8-
#include <glad/glad.h>
99

1010
#include "Camera.hpp"
1111
#include "Color.hpp"

0 commit comments

Comments
 (0)