mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-26 17:14:18 +01:00
Clear images even when aspects mismatch
This commit is contained in:
parent
3c8df327f1
commit
db5e208379
@ -152,7 +152,6 @@ namespace skyline::gpu::interconnect::maxwell3d {
|
||||
|
||||
if (!(view->range.aspectMask & vk::ImageAspectFlagBits::eColor)) {
|
||||
Logger::Warn("Colour RT used in clear lacks colour aspect"); // TODO: Drop this check after texman rework
|
||||
return;
|
||||
}
|
||||
|
||||
if (needsAttachmentClearCmd(view)) {
|
||||
|
Loading…
Reference in New Issue
Block a user