mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-12-12 07:36:59 +00:00
Rather than calculating this for every sampler, this PR calculates if a texture can force anisotropy when its info is set, and exposes the value via a public boolean. This should help texture/sampler heavy games when anisotropic filtering is not Auto, like UE4 ones (or so i hear?). There is another cost where samplers are created twice when anisotropic filtering is enabled, but I'm not sure how relevant this one is. |
||
|---|---|---|
| .. | ||
| Engine | ||
| Image | ||
| Memory | ||
| Shader | ||
| Synchronization | ||
| ClassId.cs | ||
| Constants.cs | ||
| GpuChannel.cs | ||
| GpuContext.cs | ||
| GraphicsConfig.cs | ||
| Ryujinx.Graphics.Gpu.csproj | ||
| Window.cs | ||