mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-13 07:08:49 +00:00
texture_cache: Enable anisotropic filtering (#1872)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user