Merge pull request #5942 from ReinUsesLisp/fixup-rebase

vk_rasterizer: Fix loading shader addresses twice
pull/8/head
LC 4 years ago committed by GitHub
commit df1a9d09a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -277,7 +277,6 @@ void RasterizerVulkan::Draw(bool is_indexed, bool is_instanced) {
const auto shaders = pipeline_cache.GetShaders();
graphics_key.shaders = GetShaderAddresses(shaders);
graphics_key.shaders = GetShaderAddresses(shaders);
SetupShaderDescriptors(shaders, is_indexed);
const Framebuffer* const framebuffer = texture_cache.GetFramebuffer();

Loading…
Cancel
Save