mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-26 15:49:57 -06:00
8 lines
115 B
C#
8 lines
115 B
C#
namespace Ryujinx.Graphics.Shader.StructuredIr
|
|
{
|
|
enum BufferLayout
|
|
{
|
|
Std140,
|
|
Std430
|
|
}
|
|
} |