2018-06-23 17:39:25 -07:00
|
|
|
namespace Ryujinx.HLE.Gpu.Texture
|
2018-04-08 12:17:35 -07:00
|
|
|
{
|
2018-06-08 17:15:56 -07:00
|
|
|
enum TextureSwizzle
|
2018-04-08 12:17:35 -07:00
|
|
|
{
|
|
|
|
_1dBuffer = 0,
|
|
|
|
PitchColorKey = 1,
|
|
|
|
Pitch = 2,
|
|
|
|
BlockLinear = 3,
|
|
|
|
BlockLinearColorKey = 4
|
|
|
|
}
|
|
|
|
}
|