4 lines
142 B
C#
4 lines
142 B
C#
namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
|
|
{
|
|
readonly record struct TextureMeta(int CbufSlot, int Handle, TextureFormat Format);
|
|
} |