mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
vulkan: remove unnecessary quadindex code
This commit is contained in:
@@ -301,6 +301,8 @@ TextureFormat Vulkan::getTextureFormat(PixelFormat format) {
|
||||
case PIXELFORMAT_ASTC_12x10:
|
||||
case PIXELFORMAT_ASTC_12x12:
|
||||
throw love::Exception("unimplemented pixel format");
|
||||
default:
|
||||
throw love::Exception("unknown pixel format");
|
||||
}
|
||||
|
||||
return textureFormat;
|
||||
|
||||
Reference in New Issue
Block a user