Force non-pushdescriptors for blit helper shader

This commit is contained in:
Billy Laws 2022-10-09 13:43:21 +01:00
parent cb2a8c6d24
commit 4052a93051

View File

@ -135,7 +135,7 @@ namespace skyline::gpu {
.dynamicState = {},
.colorAttachments = span<TextureView *>{colorAttachment},
.depthStencilAttachment = nullptr,
}, layoutBindings, pushConstantRanges);
}, layoutBindings, pushConstantRanges, true);
}
namespace glsl {