vulkan: fix typo

This commit is contained in:
niki
2022-09-09 23:42:28 +02:00
parent 8807c3dd37
commit 2010675bff
+1 -1
View File
@@ -2248,7 +2248,7 @@ void Graphics::getMaxUsableSampleCount() {
}
void Graphics::createColorResources() {
if (msaaSamples & VK_SAMPLE_COUNT_16_BIT) {
if (msaaSamples & VK_SAMPLE_COUNT_1_BIT) {
colorImage = VK_NULL_HANDLE;
colorImageView = VK_NULL_HANDLE;
}