mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-30 01:29:48 -06:00
Support texture rectangle targets (non-normalized coords)
This commit is contained in:
@ -4,9 +4,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
{
|
||||
None = 0,
|
||||
|
||||
Compute = 1 << 0,
|
||||
DebugMode = 1 << 1,
|
||||
Unspecialized = 1 << 2,
|
||||
DividePosXY = 1 << 3
|
||||
Compute = 1 << 0,
|
||||
DebugMode = 1 << 1
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user