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