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