mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 02:47:57 -05:00
shader: Fix memory barriers
This commit is contained in:
@ -25,14 +25,6 @@ enum class FpRounding : u8 {
|
||||
RZ, // Round towards zero
|
||||
};
|
||||
|
||||
enum class MemoryScope : u32 {
|
||||
DontCare,
|
||||
Warp,
|
||||
Workgroup,
|
||||
Device,
|
||||
System,
|
||||
};
|
||||
|
||||
struct FpControl {
|
||||
bool no_contraction{false};
|
||||
FpRounding rounding{FpRounding::DontCare};
|
||||
|
Reference in New Issue
Block a user