mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +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
|
|
@ -18,7 +18,8 @@ struct CFrameStrataNode {
|
|||
int32_t batchDirty;
|
||||
TSExplicitList_CRenderBatch renderList;
|
||||
};
|
||||
STORM_TS_FIXED_ARRAY_POINTER_TO(CFrameStrataNode);
|
||||
typedef CFrameStrataNode* pointer_to_CFrameStrataNode;
|
||||
STORM_TS_FIXED_ARRAY(pointer_to_CFrameStrataNode);
|
||||
|
||||
struct CFrameStrata {
|
||||
int32_t batchDirty;
|
||||
|
|
|
|||
|
|
@ -38,7 +38,8 @@ struct FRAMEPRIORITY {
|
|||
CSimpleFrame* frame;
|
||||
uint32_t priority;
|
||||
};
|
||||
COMMON_SIMPLE_SORTED_ARRAY_POINTER_TO(FRAMEPRIORITY);
|
||||
typedef FRAMEPRIORITY* pointer_to_FRAMEPRIORITY;
|
||||
COMMON_SIMPLE_SORTED_ARRAY(pointer_to_FRAMEPRIORITY);
|
||||
|
||||
struct CSimpleTop {
|
||||
CLayoutFrame b_base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue