mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-30 23:07:44 +02: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
|
|
}
|
|
}
|