TextureMeta.cs 142 B

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