mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-23 11:00:58 -05:00
Address PR feedback
This commit is contained in:
@@ -2,8 +2,10 @@ namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a filter used with texture minification linear filtering.
|
||||
/// This feature is only supported on NVIDIA GPUs.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This feature is only supported on NVIDIA GPUs.
|
||||
/// </remarks>
|
||||
enum ReductionFilter
|
||||
{
|
||||
Average,
|
||||
|
||||
Reference in New Issue
Block a user