aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
diff options
context:
space:
mode:
authorgdkchan <gab.dark.100@gmail.com>2023-03-04 10:43:08 -0300
committerGitHub <noreply@github.com>2023-03-04 14:43:08 +0100
commit4f3af839be4134ed63dbd705758714bd0fbba9ef (patch)
tree4c9c0095a4c8efdef540d898ac9e3f143f7b734c /Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
parent155736c9863ed90c3ffa177266f67a0bdaa63fd1 (diff)
Minor code formatting (#4498)1.1.649
Diffstat (limited to 'Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs')
-rw-r--r--Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs b/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
index 9f08b319..ca823538 100644
--- a/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
+++ b/Ryujinx.Graphics.Shader/CodeGen/Spirv/SpirvGenerator.cs
@@ -9,9 +9,8 @@ using static Spv.Specification;
namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
{
using SpvInstruction = Spv.Generator.Instruction;
- using SpvLiteralInteger = Spv.Generator.LiteralInteger;
-
using SpvInstructionPool = Spv.Generator.GeneratorPool<Spv.Generator.Instruction>;
+ using SpvLiteralInteger = Spv.Generator.LiteralInteger;
using SpvLiteralIntegerPool = Spv.Generator.GeneratorPool<Spv.Generator.LiteralInteger>;
static class SpirvGenerator