aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/QueryInfoName.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Shader/QueryInfoName.cs')
-rw-r--r--Ryujinx.Graphics.Shader/QueryInfoName.cs17
1 files changed, 17 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/QueryInfoName.cs b/Ryujinx.Graphics.Shader/QueryInfoName.cs
new file mode 100644
index 00000000..e976dcdb
--- /dev/null
+++ b/Ryujinx.Graphics.Shader/QueryInfoName.cs
@@ -0,0 +1,17 @@
+namespace Ryujinx.Graphics.Shader
+{
+ public enum QueryInfoName
+ {
+ ComputeLocalSizeX,
+ ComputeLocalSizeY,
+ ComputeLocalSizeZ,
+ ComputeSharedMemorySize,
+ IsTextureBuffer,
+ IsTextureRectangle,
+ MaximumViewportDimensions,
+ PrimitiveTopology,
+ StorageBufferOffsetAlignment,
+ SupportsNonConstantTextureOffset,
+ ViewportTransformEnable
+ }
+} \ No newline at end of file