Add XML documentation to Ryujinx.Graphics.Gpu.Image
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.Image
|
||||
{
|
||||
/// <summary>
|
||||
/// Sampler texture minification filter.
|
||||
/// </summary>
|
||||
enum SamplerMinFilter
|
||||
{
|
||||
Nearest = 1,
|
||||
|
Reference in New Issue
Block a user