mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-26 21:54:16 +01:00
Force non-pushdescriptors for blit helper shader
This commit is contained in:
parent
cb2a8c6d24
commit
4052a93051
@ -135,7 +135,7 @@ namespace skyline::gpu {
|
||||
.dynamicState = {},
|
||||
.colorAttachments = span<TextureView *>{colorAttachment},
|
||||
.depthStencilAttachment = nullptr,
|
||||
}, layoutBindings, pushConstantRanges);
|
||||
}, layoutBindings, pushConstantRanges, true);
|
||||
}
|
||||
|
||||
namespace glsl {
|
||||
|
Loading…
Reference in New Issue
Block a user