1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-26 03:46:26 -05:00

Fix texture sampling with depth compare and LOD level or bias (#2404)

* Fix texture sampling with depth compare and LOD level or bias

* Shader cache version bump

* nit: Sorting
This commit is contained in:
gdkchan
2021-06-24 19:54:50 -03:00
committed by GitHub
parent eac659e37b
commit ed2f5ede0f
8 changed files with 55 additions and 25 deletions

View File

@@ -74,6 +74,11 @@
return true;
}
bool QuerySupportsTextureShadowLod()
{
return true;
}
TextureFormat QueryTextureFormat(int handle, int cbufSlot = -1)
{
return TextureFormat.R8G8B8A8Unorm;