Support texture rectangle targets (non-normalized coords)
This commit is contained in:
parent
2eccc7023a
commit
9d7a142a48
23 changed files with 473 additions and 356 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue