mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-08 09:27:14 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderRegisterSize
|
|
{
|
|
Half,
|
|
Single,
|
|
Double
|
|
}
|
|
} |