mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-26 04:17:44 +02:00
11 lines
No EOL
229 B
C#
11 lines
No EOL
229 B
C#
namespace Ryujinx.HLE.Gpu
|
|
{
|
|
enum TextureSwizzle
|
|
{
|
|
_1dBuffer = 0,
|
|
PitchColorKey = 1,
|
|
Pitch = 2,
|
|
BlockLinear = 3,
|
|
BlockLinearColorKey = 4
|
|
}
|
|
} |