Add files and fix TheChef submodule

This commit is contained in:
2026-03-04 19:16:33 +01:00
parent 41ed926409
commit 2cc18b3329
9 changed files with 23 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "TheChef"]
path = TheChef
url = https://git.brammie15.dev/brammie15/TheChef.git
[submodule "destrum/third_party/glm"]
path = destrum/third_party/glm
url = https://github.com/g-truc/glm.git

View File

@@ -0,0 +1,4 @@
#ifndef COMPUTEPIPELINE_H
#define COMPUTEPIPELINE_H
#endif //COMPUTEPIPELINE_H

View File

@@ -0,0 +1,4 @@
#ifndef FRUSTUM_H
#define FRUSTUM_H
#endif //FRUSTUM_H

View File

@@ -0,0 +1,4 @@
#ifndef SKINNINGPIPELINE_H
#define SKINNINGPIPELINE_H
#endif //SKINNINGPIPELINE_H

View File

@@ -0,0 +1,4 @@
#ifndef APPENDABLEBUFFER_H
#define APPENDABLEBUFFER_H
#endif //APPENDABLEBUFFER_H

View File

@@ -0,0 +1,4 @@
#ifndef MATHUTILS_H
#define MATHUTILS_H
#endif //MATHUTILS_H

View File

View File