e3c85324c6
Also moved all the code for each pipeline into the header files rather than the .cpp files to keep it all in one place. Considering just moving all the code into one file just to make it easier to create new pipelines but that may be overkill and may make the project harder to maintain in the future. |
||
---|---|---|
.. | ||
Example.vcxproj | ||
Example.vcxproj.filters | ||
main.cpp | ||
MyApplication.cpp | ||
MyApplication.h | ||
MyBasicScene.cpp | ||
MyBasicScene.h | ||
MyBasicShaderProgram.h | ||
MyBatch.cpp | ||
MyBatch.h | ||
MyBuiltinCubeScene.cpp | ||
MyBuiltinCubeScene.h | ||
MySimple2DScene.cpp | ||
MySimple2DScene.h | ||
MySimple3DScene.cpp | ||
MySimple3DScene.h | ||
MySimpleCubeScene.cpp | ||
MySimpleCubeScene.h | ||
MySimpleShaderProgram.h |