mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-24 21:37:11 +02:00
aloha
This commit is contained in:
commit
b7e1d9930d
230 changed files with 17548 additions and 0 deletions
13
Ryujinx/Gal/GalVertexAttribType.cs
Normal file
13
Ryujinx/Gal/GalVertexAttribType.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
namespace Gal
|
||||
{
|
||||
public enum GalVertexAttribType
|
||||
{
|
||||
Snorm = 1,
|
||||
Unorm = 2,
|
||||
Sint = 3,
|
||||
Uint = 4,
|
||||
Uscaled = 5,
|
||||
Sscaled = 6,
|
||||
Float = 7
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue