mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-08-19 12:11:58 +00:00
9 lines
126 B
C#
9 lines
126 B
C#
namespace Ryujinx.Graphics.Gal.Shader
|
|
{
|
|
enum ShaderRegisterSize
|
|
{
|
|
Half,
|
|
Single,
|
|
Double
|
|
}
|
|
} |