Browse Source
Merge pull request #5942 from ReinUsesLisp/fixup-rebase
vk_rasterizer: Fix loading shader addresses twice
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
src/video_core/renderer_vulkan/vk_rasterizer.cpp
|
|
|
@ -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(); |
|
|
|
|