Some code cleanup

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent af8498d679
commit 654e617fe7
60 changed files with 432 additions and 591 deletions
@@ -1,3 +1,4 @@
using Ryujinx.Graphics.Shader.Translation;
using System.Collections.Generic;
using System.Text;
@@ -1,6 +1,7 @@
using Ryujinx.Graphics.Shader.CodeGen.Glsl.Instructions;
using Ryujinx.Graphics.Shader.IntermediateRepresentation;
using Ryujinx.Graphics.Shader.StructuredIr;
using Ryujinx.Graphics.Shader.Translation;
using System;
using static Ryujinx.Graphics.Shader.CodeGen.Glsl.TypeConversion;
@@ -1,7 +1,6 @@
using Ryujinx.Graphics.Shader.Translation;
using System;
namespace Ryujinx.Graphics.Shader
namespace Ryujinx.Graphics.Shader.Translation
{
struct ShaderConfig
{
@@ -2,7 +2,7 @@ using Ryujinx.Graphics.Shader.Decoders;
using System;
using System.Runtime.InteropServices;
namespace Ryujinx.Graphics.Shader
namespace Ryujinx.Graphics.Shader.Translation
{
struct OutputMapTarget
{