mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(include): label Draw method in CGxDevice__vtable
This commit is contained in:
parent
5a8e559a74
commit
084e8a4896
1 changed files with 2 additions and 1 deletions
|
|
@ -106,7 +106,8 @@ struct CGxDevice__vtable {
|
|||
// void XformSetProjection(const C44Matrix&);
|
||||
void* v_fn_40_XformSetProjection;
|
||||
void* v_fn_41;
|
||||
void* v_fn_42;
|
||||
// void Draw(CGxBatch*, int32_t);
|
||||
void* v_fn_42_Draw;
|
||||
void* v_fn_43;
|
||||
void* v_fn_44;
|
||||
void* v_fn_45;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue