[Vulkan] Bind the vertex set to DS slot 2

This commit is contained in:
DrChat
2018-02-18 18:50:53 -06:00
parent 9463732709
commit 4e1a55f585
3 changed files with 13 additions and 70 deletions

View File

@@ -43,7 +43,8 @@ class PipelineCache {
~PipelineCache();
VkResult Initialize(VkDescriptorSetLayout uniform_descriptor_set_layout,
VkDescriptorSetLayout texture_descriptor_set_layout);
VkDescriptorSetLayout texture_descriptor_set_layout,
VkDescriptorSetLayout vertex_descriptor_set_layout);
void Shutdown();
// Loads a shader from the cache, possibly translating it.