添加opengl框架并测试渲染第一个三角形
This commit is contained in:
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -4,3 +4,10 @@
|
||||
[submodule "Hazel/vendor/SDL"]
|
||||
path = Hazel/vendor/SDL
|
||||
url = https://github.com/libsdl-org/SDL
|
||||
[submodule "Hazel/vendor/imgui"]
|
||||
path = Hazel/vendor/imgui
|
||||
url = https://github.com/ocornut/imgui.git
|
||||
branch = docking
|
||||
[submodule "Hazel/vendor/glm"]
|
||||
path = Hazel/vendor/glm
|
||||
url = https://github.com/g-truc/glm.git
|
||||
|
||||
Reference in New Issue
Block a user