early-access version 1467
This commit is contained in:
parent
69caf9188e
commit
0210c620ac
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
yuzu emulator early access
|
yuzu emulator early access
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is the source code for early-access 1466.
|
This is the source code for early-access 1467.
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
|
|
@ -280,7 +280,6 @@ void RasterizerVulkan::Draw(bool is_indexed, bool is_instanced) {
|
||||||
const auto shaders = pipeline_cache.GetShaders();
|
const auto shaders = pipeline_cache.GetShaders();
|
||||||
graphics_key.shaders = GetShaderAddresses(shaders);
|
graphics_key.shaders = GetShaderAddresses(shaders);
|
||||||
|
|
||||||
graphics_key.shaders = GetShaderAddresses(shaders);
|
|
||||||
SetupShaderDescriptors(shaders, is_indexed);
|
SetupShaderDescriptors(shaders, is_indexed);
|
||||||
|
|
||||||
const Framebuffer* const framebuffer = texture_cache.GetFramebuffer();
|
const Framebuffer* const framebuffer = texture_cache.GetFramebuffer();
|
||||||
|
|
Loading…
Reference in a new issue