mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-03 20:05:47 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderRegisterSize
|
|
{
|
|
Half,
|
|
Single,
|
|
Double
|
|
}
|
|
} |