Ryujinx/src/Ryujinx.Graphics.Shader/CodeGen/Spirv/TextureMeta.cs
2023-04-27 23:51:14 +02:00

4 lines
No EOL
142 B
C#

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