diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2020-05-05 22:02:28 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 11:02:28 +1000 |
| commit | b8eb6abeccbd4a468214a4d2ad3a9b6e5e06973c (patch) | |
| tree | cd3d71ebde0f4f32eb674778adae89c0efcb75df /Ryujinx.Graphics.Shader/QueryInfoName.cs | |
| parent | 7f500e7cae940958289abe1a3461e52684742053 (diff) | |
Refactor shader GPU state and memory access (#1203)
* Refactor shader GPU state and memory access
* Fix NVDEC project build
* Address PR feedback and add missing XML comments
Diffstat (limited to 'Ryujinx.Graphics.Shader/QueryInfoName.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/QueryInfoName.cs | 17 |
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 |
