diff options
Diffstat (limited to 'Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs')
| -rw-r--r-- | Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs b/Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs index 0cc938a3..6c20e856 100644 --- a/Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs +++ b/Ryujinx.Graphics.Shader/IntermediateRepresentation/TextureFlags.cs @@ -14,6 +14,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation LodLevel = 1 << 5, Offset = 1 << 6, Offsets = 1 << 7, + Coherent = 1 << 8, AtomicMask = 15 << 16, |
