shader_recompiler: Sample images using correct result type. (#1068)

This commit is contained in:
squidbus 2024-09-25 04:20:28 -07:00 committed by GitHub
parent 11c155d0f1
commit 45e206e248
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 33 additions and 15 deletions

View file

@ -201,6 +201,7 @@ public:
Id sampled_type;
Id pointer_type;
Id image_type;
bool is_integer = false;
bool is_storage = false;
};