Fix compile

This commit is contained in:
luboslenco
2025-07-01 15:06:02 +02:00
parent e274874533
commit 023aa29b77
+2
View File
@@ -105,6 +105,8 @@ static MTLPixelFormat convert_image_format(gpu_texture_format_t format) {
return MTLPixelFormatRGBA32Float;
case GPU_TEXTURE_FORMAT_RGBA64:
return MTLPixelFormatRGBA16Float;
case GPU_TEXTURE_FORMAT_D32:
return MTLPixelFormatDepth32Float;
}
}