Add files and fix TheChef submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
4
destrum/include/destrum/Graphics/ComputePipeline.h
Normal file
4
destrum/include/destrum/Graphics/ComputePipeline.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef COMPUTEPIPELINE_H
|
||||
#define COMPUTEPIPELINE_H
|
||||
|
||||
#endif //COMPUTEPIPELINE_H
|
||||
4
destrum/include/destrum/Graphics/Frustum.h
Normal file
4
destrum/include/destrum/Graphics/Frustum.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef FRUSTUM_H
|
||||
#define FRUSTUM_H
|
||||
|
||||
#endif //FRUSTUM_H
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef SKINNINGPIPELINE_H
|
||||
#define SKINNINGPIPELINE_H
|
||||
|
||||
#endif //SKINNINGPIPELINE_H
|
||||
@@ -0,0 +1,4 @@
|
||||
#ifndef APPENDABLEBUFFER_H
|
||||
#define APPENDABLEBUFFER_H
|
||||
|
||||
#endif //APPENDABLEBUFFER_H
|
||||
4
destrum/include/destrum/Util/MathUtils.h
Normal file
4
destrum/include/destrum/Util/MathUtils.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#ifndef MATHUTILS_H
|
||||
#define MATHUTILS_H
|
||||
|
||||
#endif //MATHUTILS_H
|
||||
0
destrum/src/Graphics/ComputePipeline.cpp
Normal file
0
destrum/src/Graphics/ComputePipeline.cpp
Normal file
0
destrum/src/Graphics/Frustum.cpp
Normal file
0
destrum/src/Graphics/Frustum.cpp
Normal file
0
destrum/src/Graphics/Pipelines/SkinningPipeline.cpp
Normal file
0
destrum/src/Graphics/Pipelines/SkinningPipeline.cpp
Normal file
Reference in New Issue
Block a user