aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs')
-rw-r--r--Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs b/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs
index a5c951b5..daf726f1 100644
--- a/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs
+++ b/Ryujinx.Graphics.Gpu/Image/TextureSearchFlags.cs
@@ -2,6 +2,9 @@ using System;
namespace Ryujinx.Graphics.Gpu.Image
{
+ /// <summary>
+ /// Texture search flags, defines texture information comparison rules.
+ /// </summary>
[Flags]
enum TextureSearchFlags
{