Merge pull request #6414 from stenzek/vulkan-post

Vulkan: Fix broken post-processing
This commit is contained in:
Anthony 2018-02-28 23:17:19 -08:00 committed by GitHub
commit ed03304ce7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -595,7 +595,7 @@ void UtilityShaderDraw::BindDescriptors()
&dummy_uniform_buffer, &dummy_uniform_buffer,
nullptr}; nullptr};
bind_descriptor_sets[DESCRIPTOR_SET_LAYOUT_PER_STAGE_UNIFORM_BUFFERS] = set; bind_descriptor_sets[DESCRIPTOR_SET_BIND_POINT_UNIFORM_BUFFERS] = set;
} }
// PS samplers // PS samplers