mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
work on CMDL
This commit is contained in:
@@ -247,6 +247,18 @@ enum PTTexMtx
|
||||
PTIDENTITY = 125
|
||||
};
|
||||
|
||||
enum Primitive
|
||||
{
|
||||
POINTS = 0xb8,
|
||||
LINES = 0xa8,
|
||||
LINESTRIP = 0xb0,
|
||||
TRIANGLES = 0x90,
|
||||
TRIANGLESTRIP = 0x98,
|
||||
TRIANGLEFAN = 0xa0,
|
||||
QUADS = 0x80
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // _DNACOMMON_GX_HPP_
|
||||
|
||||
Reference in New Issue
Block a user