Adding Pipeline statistics queries

This commit is contained in:
Dynamitos
2024-06-15 21:47:20 +02:00
parent 86c179e2e7
commit 0fd331b3b5
30 changed files with 344 additions and 95 deletions
+4
View File
@@ -35,5 +35,9 @@ class ComputePipeline {
PPipelineLayout layout;
};
DEFINE_REF(ComputePipeline)
class PipelineLibrary {
};
DEFINE_REF(PipelineLibrary)
} // namespace Gfx
} // namespace Seele