Add XML documentation to Ryujinx.Graphics.Gpu.Image
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user