mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement DMNMX, DSET, DSETP
This commit is contained in:
parent
1665e72c9e
commit
1a8e8498a4
16 changed files with 210 additions and 59 deletions
|
@ -18,6 +18,7 @@ struct Profile {
|
|||
bool support_fp32_denorm_flush{};
|
||||
bool support_fp16_signed_zero_nan_preserve{};
|
||||
bool support_fp32_signed_zero_nan_preserve{};
|
||||
bool support_fp64_signed_zero_nan_preserve{};
|
||||
|
||||
// FClamp is broken and OpFMax + OpFMin should be used instead
|
||||
bool has_broken_spirv_clamp{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue