early-access version 1467

This commit is contained in:
pineappleEA
2021-02-16 02:59:59 +01:00
parent 69caf9188e
commit 0210c620ac
2 changed files with 1 additions and 2 deletions

View File

@@ -280,7 +280,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();