mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-18 00:10:33 +00:00
14 lines
230 B
C#
14 lines
230 B
C#
namespace Ryujinx.Graphics.GAL
|
|
{
|
|
public enum ViewportSwizzle
|
|
{
|
|
PositiveX,
|
|
NegativeX,
|
|
PositiveY,
|
|
NegativeY,
|
|
PositiveZ,
|
|
NegativeZ,
|
|
PositiveW,
|
|
NegativeW
|
|
}
|
|
}
|