mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
vulkan: fix typo
This commit is contained in:
@@ -2248,7 +2248,7 @@ void Graphics::getMaxUsableSampleCount() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Graphics::createColorResources() {
|
void Graphics::createColorResources() {
|
||||||
if (msaaSamples & VK_SAMPLE_COUNT_16_BIT) {
|
if (msaaSamples & VK_SAMPLE_COUNT_1_BIT) {
|
||||||
colorImage = VK_NULL_HANDLE;
|
colorImage = VK_NULL_HANDLE;
|
||||||
colorImageView = VK_NULL_HANDLE;
|
colorImageView = VK_NULL_HANDLE;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user