WIP Creating structures in KRPipeline to cache descriptor set binding reflection data.

Added stub function, KRPipeline::setImageBinding
This commit is contained in:
2022-09-15 20:33:41 -07:00
parent 183f7057e2
commit 8306202cf1
5 changed files with 103 additions and 40 deletions

View File

@@ -48,6 +48,7 @@ using namespace kraken;
#include <set>
#include <list>
#include <map>
#include <variant>
#include <stack>