forked from ShuriZma/suyu
1
0
Fork 0

metal: todo a fix for NULL images

This commit is contained in:
Exverge 2024-04-06 23:15:36 -04:00
parent 32c49173ad
commit 0feb0aa7a1
No known key found for this signature in database
GPG Key ID: 19AAFC0AC6A9B35A
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ ImageView::ImageView(TextureCacheRuntime& runtime, const VideoCommon::ImageViewI
ImageId image_id_, Image& image)
: VideoCommon::ImageViewBase{info, image.info, image_id_, image.gpu_addr} {
using Shader::TextureType;
// TODO: For whatever reason, some images's internal objc objects is NULL, metal-cpp provides no method to check for this
texture = image.GetHandle()->retain();
// TODO: create texture view