mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 03:46:24 +02:00
11 lines
No EOL
202 B
C#
11 lines
No EOL
202 B
C#
namespace Ryujinx.Graphics.Gpu.State
|
|
{
|
|
/// <summary>
|
|
/// Sampler pool indexing mode.
|
|
/// </summary>
|
|
enum SamplerIndex
|
|
{
|
|
Independently = 0,
|
|
ViaHeaderIndex = 1
|
|
}
|
|
} |