mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-22 09:03:36 +00:00
4 lines
No EOL
142 B
C#
4 lines
No EOL
142 B
C#
namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
|
|
{
|
|
readonly record struct TextureMeta(int CbufSlot, int Handle, TextureFormat Format);
|
|
} |