mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 08:30:46 -07:00
Simplify logic for bindless texture handling (#1667)
* Simplify logic for bindless texture handling * Nits
This commit is contained in:
@ -192,7 +192,7 @@ namespace Ryujinx.Graphics.Texture
|
||||
}
|
||||
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
private static void CalculateBC3Alpha(Span<byte> alpha)
|
||||
private static void CalculateBC3Alpha(Span<byte> alpha)
|
||||
{
|
||||
for (int i = 2; i < 8; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user