mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-11 14:19:10 +00:00
don't compile cs with higher shared memory than supported (#2175)
This commit is contained in:
@@ -198,6 +198,7 @@ struct FragmentRuntimeInfo {
|
||||
|
||||
struct ComputeRuntimeInfo {
|
||||
u32 shared_memory_size;
|
||||
u32 max_shared_memory_size;
|
||||
std::array<u32, 3> workgroup_size;
|
||||
std::array<bool, 3> tgid_enable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user