mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-16 07:33:14 +00:00
amdgpu: Handle 8-bit float format case for stencil. (#2092)
This commit is contained in:
parent
725814ce01
commit
4563b6379d
3 changed files with 13 additions and 4 deletions
|
@ -899,7 +899,8 @@ struct Liverpool {
|
|||
// There is a small difference between T# and CB number types, account for it.
|
||||
return RemapNumberFormat(info.number_type == NumberFormat::SnormNz
|
||||
? NumberFormat::Srgb
|
||||
: info.number_type.Value());
|
||||
: info.number_type.Value(),
|
||||
info.format);
|
||||
}
|
||||
|
||||
[[nodiscard]] NumberConversion GetNumberConversion() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue