mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-06 06:52:55 -06:00
11 lines
241 B
C#
11 lines
241 B
C#
namespace Ryujinx.Graphics.Gpu
|
|
{
|
|
public enum TextureSwizzle
|
|
{
|
|
_1dBuffer = 0,
|
|
PitchColorKey = 1,
|
|
Pitch = 2,
|
|
BlockLinear = 3,
|
|
BlockLinearColorKey = 4
|
|
}
|
|
} |