mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-01 10:25:28 +03: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 = {},
|
.dynamicState = {},
|
||||||
.colorAttachments = span<TextureView *>{colorAttachment},
|
.colorAttachments = span<TextureView *>{colorAttachment},
|
||||||
.depthStencilAttachment = nullptr,
|
.depthStencilAttachment = nullptr,
|
||||||
}, layoutBindings, pushConstantRanges);
|
}, layoutBindings, pushConstantRanges, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace glsl {
|
namespace glsl {
|
||||||
|
Loading…
Reference in New Issue
Block a user