mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 13:48:40 +00:00
shader_recompiler: Reduce cases where shared memory to buffer pass is needed. (#3082)
This commit is contained in:
@@ -214,7 +214,7 @@ struct Info {
|
||||
bool uses_lane_id{};
|
||||
bool uses_group_quad{};
|
||||
bool uses_group_ballot{};
|
||||
bool uses_shared{};
|
||||
IR::Type shared_types{};
|
||||
bool uses_fp16{};
|
||||
bool uses_fp64{};
|
||||
bool uses_pack_10_11_11{};
|
||||
|
||||
Reference in New Issue
Block a user