vulkan: remove unnecessary quadindex code

This commit is contained in:
niki
2022-08-01 19:30:08 +02:00
parent dcea056fcb
commit 1647f6c9c2
6 changed files with 9 additions and 15 deletions
+2
View File
@@ -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;