Ryujinx/Ryujinx.Graphics/Gal/Shader/ShaderRegisterSize.cs

9 lines
126 B
C#
Raw Normal View History

namespace Ryujinx.Graphics.Gal.Shader
{
enum ShaderRegisterSize
{
Half,
Single,
Double
}
}