mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 02:30:08 -06:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
13
Ryujinx.Graphics/Gal/GalVertexAttribType.cs
Normal file
13
Ryujinx.Graphics/Gal/GalVertexAttribType.cs
Normal file
@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Graphics.Gal
|
||||
{
|
||||
public enum GalVertexAttribType
|
||||
{
|
||||
Snorm = 1,
|
||||
Unorm = 2,
|
||||
Sint = 3,
|
||||
Uint = 4,
|
||||
Uscaled = 5,
|
||||
Sscaled = 6,
|
||||
Float = 7
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user