mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 07:45:56 +08:00
vk_rasterizer: Fix loading shader addresses twice
This was recently introduced on a wrongly rebased commit.
This commit is contained in:
parent
0563f37708
commit
76e2d40963
@ -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…
Reference in New Issue
Block a user