mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
|
|
@ -8,7 +8,7 @@ DECLARE_STRUCT(CGxLight);
|
|||
struct CGxLight {
|
||||
// int32_t m_enabled : 1;
|
||||
// int32_t m_isOmni : 1;
|
||||
int32_t m_flags;
|
||||
int32_t f_flags;
|
||||
C3Vector m_dir;
|
||||
C3Vector m_ambColor;
|
||||
C3Vector m_dirColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue