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, 0 insertions, 17 deletions
diff --git a/Ryujinx.Graphics.Shader/QueryInfoName.cs b/Ryujinx.Graphics.Shader/QueryInfoName.cs
deleted file mode 100644
index 41f42cbd..00000000
--- a/Ryujinx.Graphics.Shader/QueryInfoName.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-namespace Ryujinx.Graphics.Shader
-{
- public enum QueryInfoName
- {
- ComputeLocalSizeX,
- ComputeLocalSizeY,
- ComputeLocalSizeZ,
- ComputeLocalMemorySize,
- ComputeSharedMemorySize,
- IsTextureBuffer,
- IsTextureRectangle,
- PrimitiveTopology,
- StorageBufferOffsetAlignment,
- SupportsNonConstantTextureOffset,
- TextureFormat
- }
-} \ No newline at end of file