[Vulkan] Shared memory descriptor set

This commit is contained in:
Triang3l
2020-11-07 20:43:45 +03:00
parent d7341f9873
commit afe304b328
3 changed files with 88 additions and 13 deletions

View File

@@ -200,6 +200,9 @@ class VulkanCommandProcessor : public CommandProcessor {
std::unordered_map<uint32_t, PipelineLayout> pipeline_layouts_;
std::unique_ptr<VulkanSharedMemory> shared_memory_;
VkDescriptorPool shared_memory_and_edram_descriptor_pool_ = VK_NULL_HANDLE;
VkDescriptorSet shared_memory_and_edram_descriptor_set_;
};
} // namespace vulkan