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