mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
Use e1 sample count for blits
This commit is contained in:
@ -150,6 +150,7 @@ namespace skyline::gpu {
|
||||
.dynamicState = dynamicState,
|
||||
.colorFormats = colorFormats,
|
||||
.depthStencilFormat = state.depthFormat,
|
||||
.sampleCount = vk::SampleCountFlagBits::e1, //TODO: fix after MSAA support
|
||||
}, layoutBindings, pushConstantRanges, true)).first->second;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user