aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Shader/TextureDescriptor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Graphics.Shader/TextureDescriptor.cs')
-rw-r--r--src/Ryujinx.Graphics.Shader/TextureDescriptor.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Ryujinx.Graphics.Shader/TextureDescriptor.cs b/src/Ryujinx.Graphics.Shader/TextureDescriptor.cs
index 85ea9adb..626faa69 100644
--- a/src/Ryujinx.Graphics.Shader/TextureDescriptor.cs
+++ b/src/Ryujinx.Graphics.Shader/TextureDescriptor.cs
@@ -16,12 +16,12 @@ namespace Ryujinx.Graphics.Shader
public TextureDescriptor(int binding, SamplerType type, TextureFormat format, int cbufSlot, int handleIndex)
{
- Binding = binding;
- Type = type;
- Format = format;
- CbufSlot = cbufSlot;
+ Binding = binding;
+ Type = type;
+ Format = format;
+ CbufSlot = cbufSlot;
HandleIndex = handleIndex;
- Flags = TextureUsageFlags.None;
+ Flags = TextureUsageFlags.None;
}
public TextureDescriptor SetFlag(TextureUsageFlags flag)
@@ -31,4 +31,4 @@ namespace Ryujinx.Graphics.Shader
return this;
}
}
-} \ No newline at end of file
+}