mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 17:10:19 +00:00
4 lines
84 B
C#
4 lines
84 B
C#
|
namespace Ryujinx.Graphics.Gal.Shader
|
||
|
{
|
||
|
class ShaderIrLabel : ShaderIrNode { }
|
||
|
}
|