shader: Address feedback
This commit is contained in:
parent
80df541a08
commit
ed6a1b1a3d
3 changed files with 16 additions and 13 deletions
|
@ -25,7 +25,13 @@ enum class FpRounding : u8 {
|
|||
RZ, // Round towards zero
|
||||
};
|
||||
|
||||
enum class MemoryScope : u32 { DontCare, Warp, Workgroup, Device, System };
|
||||
enum class MemoryScope : u32 {
|
||||
DontCare,
|
||||
Warp,
|
||||
Workgroup,
|
||||
Device,
|
||||
System,
|
||||
};
|
||||
|
||||
struct FpControl {
|
||||
bool no_contraction{false};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue