i hate metal

This commit is contained in:
Dynamitos
2025-03-05 09:41:34 +01:00
parent 5693802215
commit 4d7c5db2c3
15 changed files with 218 additions and 86 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class Command {
Array<VkPipelineStageFlags> waitFlags;
Array<ORenderCommand> executingRenders;
Array<OComputeCommand> executingComputes;
Array<PDescriptorSet> boundResources;
Array<PCommandBoundResource> boundResources;
VkQueryPipelineStatisticFlags statisticsFlags;
friend class RenderCommand;
friend class CommandPool;