mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 21:58:45 +00:00
amdgpu: Handle 8-bit float format case for stencil. (#2092)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user