2023-04-27 23:51:14 +02:00

4 lines
142 B
C#

namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
{
readonly record struct TextureMeta(int CbufSlot, int Handle, TextureFormat Format);
}