mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-02-11 12:01:30 +00:00
8 lines
115 B
C#
8 lines
115 B
C#
|
namespace Ryujinx.Graphics.Shader.StructuredIr
|
||
|
{
|
||
|
enum BufferLayout
|
||
|
{
|
||
|
Std140,
|
||
|
Std430
|
||
|
}
|
||
|
}
|