mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-11 21:23:14 +00:00
texture_cache: Enable anisotropic filtering (#1872)
This commit is contained in:
parent
a86ee7e7f5
commit
0351b864d0
3 changed files with 41 additions and 0 deletions
|
@ -249,6 +249,11 @@ public:
|
|||
return properties.limits.maxSamplerLodBias;
|
||||
}
|
||||
|
||||
/// Returns the maximum sampler anisotropy.
|
||||
float MaxSamplerAnisotropy() const {
|
||||
return properties.limits.maxSamplerAnisotropy;
|
||||
}
|
||||
|
||||
/// Returns the maximum number of push descriptors.
|
||||
u32 MaxPushDescriptors() const {
|
||||
return push_descriptor_props.maxPushDescriptors;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue