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

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