mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-12-28 21:05:30 +03:00
Use e1 sample count for blits
This commit is contained in:
parent
516ece6b04
commit
bab659587f
@ -150,6 +150,7 @@ namespace skyline::gpu {
|
|||||||
.dynamicState = dynamicState,
|
.dynamicState = dynamicState,
|
||||||
.colorFormats = colorFormats,
|
.colorFormats = colorFormats,
|
||||||
.depthStencilFormat = state.depthFormat,
|
.depthStencilFormat = state.depthFormat,
|
||||||
|
.sampleCount = vk::SampleCountFlagBits::e1, //TODO: fix after MSAA support
|
||||||
}, layoutBindings, pushConstantRanges, true)).first->second;
|
}, layoutBindings, pushConstantRanges, true)).first->second;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user