mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
vulkan: fix typo in error message
This commit is contained in:
@@ -782,7 +782,7 @@ VkDescriptorType Vulkan::getDescriptorType(graphics::Shader::UniformType type)
|
|||||||
case graphics::Shader::UniformType::UNIFORM_STORAGEBUFFER:
|
case graphics::Shader::UniformType::UNIFORM_STORAGEBUFFER:
|
||||||
return VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
|
return VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
|
||||||
default:
|
default:
|
||||||
throw love::Exception("unkonwn uniform type");
|
throw love::Exception("unknown uniform type");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user