mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-04 17:19:09 +00:00
chore(gx): add flag enum to CGxMatrixStack
This commit is contained in:
parent
3549abd87f
commit
912d643e9c
2 changed files with 7 additions and 2 deletions
|
|
@ -6,6 +6,11 @@
|
|||
|
||||
class CGxMatrixStack {
|
||||
public:
|
||||
// Types
|
||||
enum EMatrixFlags {
|
||||
F_Identity = 0x1,
|
||||
};
|
||||
|
||||
// Member variables
|
||||
uint32_t m_level = 0;
|
||||
int8_t m_dirty = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue