mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-02 07:37:42 +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
|
|
}
|
|
} |