diff options
| author | 2021-04-17 03:21:03 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:28 -0400 | |
| commit | 0a0818c0259b4f90f1f7bb37fcffbc1f194ca4d0 (patch) | |
| tree | 809cb00a8188a76cb5585379d9982d9e52fcd0e6 /src/shader_recompiler/frontend/ir/modifiers.h | |
| parent | spirv: Fix implicit lod type (diff) | |
| download | yuzu-0a0818c0259b4f90f1f7bb37fcffbc1f194ca4d0.tar.gz yuzu-0a0818c0259b4f90f1f7bb37fcffbc1f194ca4d0.tar.xz yuzu-0a0818c0259b4f90f1f7bb37fcffbc1f194ca4d0.zip | |
shader: Fix memory barriers
Diffstat (limited to 'src/shader_recompiler/frontend/ir/modifiers.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/modifiers.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/shader_recompiler/frontend/ir/modifiers.h b/src/shader_recompiler/frontend/ir/modifiers.h index 447e9703c..5d7efa14c 100644 --- a/src/shader_recompiler/frontend/ir/modifiers.h +++ b/src/shader_recompiler/frontend/ir/modifiers.h | |||
| @@ -25,14 +25,6 @@ enum class FpRounding : u8 { | |||
| 25 | RZ, // Round towards zero | 25 | RZ, // Round towards zero |
| 26 | }; | 26 | }; |
| 27 | 27 | ||
| 28 | enum class MemoryScope : u32 { | ||
| 29 | DontCare, | ||
| 30 | Warp, | ||
| 31 | Workgroup, | ||
| 32 | Device, | ||
| 33 | System, | ||
| 34 | }; | ||
| 35 | |||
| 36 | struct FpControl { | 28 | struct FpControl { |
| 37 | bool no_contraction{false}; | 29 | bool no_contraction{false}; |
| 38 | FpRounding rounding{FpRounding::DontCare}; | 30 | FpRounding rounding{FpRounding::DontCare}; |