mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-02 13:37:13 +02:00
Split main project into core,graphics and chocolarm4 subproject (#29)
This commit is contained in:
parent
cb665bb715
commit
62b827f474
257 changed files with 415 additions and 285 deletions
|
@ -1,13 +0,0 @@
|
|||
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