mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-19 08:52:42 +00:00
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);
|
|
} |