mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-14 05:13:35 +00:00
8 lines
No EOL
115 B
C#
8 lines
No EOL
115 B
C#
namespace Ryujinx.Graphics.Shader.StructuredIr
|
|
{
|
|
enum BufferLayout
|
|
{
|
|
Std140,
|
|
Std430
|
|
}
|
|
} |