mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-02 21:36:25 +02:00
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
17
Ryujinx.Graphics.Shader/QueryInfoName.cs
Normal file
17
Ryujinx.Graphics.Shader/QueryInfoName.cs
Normal file
|
@ -0,0 +1,17 @@
|
|||
namespace Ryujinx.Graphics.Shader
|
||||
{
|
||||
public enum QueryInfoName
|
||||
{
|
||||
ComputeLocalSizeX,
|
||||
ComputeLocalSizeY,
|
||||
ComputeLocalSizeZ,
|
||||
ComputeSharedMemorySize,
|
||||
IsTextureBuffer,
|
||||
IsTextureRectangle,
|
||||
MaximumViewportDimensions,
|
||||
PrimitiveTopology,
|
||||
StorageBufferOffsetAlignment,
|
||||
SupportsNonConstantTextureOffset,
|
||||
ViewportTransformEnable
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue