Adding descriptor skeleton

This commit is contained in:
Dynamitos
2024-04-10 12:53:55 +02:00
parent b830fd378c
commit e9e483d9d1
7 changed files with 93 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
#include "Graphics/Pipeline.h"
namespace Seele {
namespace Metal {
class PipelineCache
{
};
}
}