Clear images even when aspects mismatch

This commit is contained in:
Billy Laws 2022-10-30 16:20:31 +00:00
parent 3c8df327f1
commit db5e208379

View File

@ -152,7 +152,6 @@ namespace skyline::gpu::interconnect::maxwell3d {
if (!(view->range.aspectMask & vk::ImageAspectFlagBits::eColor)) { if (!(view->range.aspectMask & vk::ImageAspectFlagBits::eColor)) {
Logger::Warn("Colour RT used in clear lacks colour aspect"); // TODO: Drop this check after texman rework Logger::Warn("Colour RT used in clear lacks colour aspect"); // TODO: Drop this check after texman rework
return;
} }
if (needsAttachmentClearCmd(view)) { if (needsAttachmentClearCmd(view)) {