Add XML documentation to Ryujinx.Graphics.Gpu.Image

This commit is contained in:
gdkchan
2020-01-09 02:13:00 +01:00
committed by Thog
parent 53bbc1311f
commit 32764f9560
24 changed files with 1133 additions and 61 deletions
@@ -1,5 +1,9 @@
namespace Ryujinx.Graphics.Gpu.Image
{
/// <summary>
/// Represents a filter used with texture minification linear filtering.
/// This feature is only supported on NVIDIA GPUs.
/// </summary>
enum ReductionFilter
{
Average,