mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 10:24:58 +00:00
shader_recompiler: Sample images using correct result type. (#1068)
This commit is contained in:
parent
11c155d0f1
commit
45e206e248
3 changed files with 33 additions and 15 deletions
|
@ -201,6 +201,7 @@ public:
|
|||
Id sampled_type;
|
||||
Id pointer_type;
|
||||
Id image_type;
|
||||
bool is_integer = false;
|
||||
bool is_storage = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue