mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-05-10 10:37:42 +02:00
9 lines
No EOL
126 B
C#
9 lines
No EOL
126 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderRegisterSize
|
|
{
|
|
Half,
|
|
Single,
|
|
Double
|
|
}
|
|
} |