mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +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:
|
||||
return VK_DESCRIPTOR_TYPE_STORAGE_BUFFER;
|
||||
default:
|
||||
throw love::Exception("unkonwn uniform type");
|
||||
throw love::Exception("unknown uniform type");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user