mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(include): label PoolSizeSet method in CGxDevice__vtable
This commit is contained in:
parent
084e8a4896
commit
1c8e99b0ff
1 changed files with 2 additions and 1 deletions
|
|
@ -118,7 +118,8 @@ struct CGxDevice__vtable {
|
|||
void* v_fn_50;
|
||||
// void MasterEnableSet(EGxMasterEnables, int);
|
||||
void* v_fn_51_MasterEnableSet;
|
||||
void* v_fn_52;
|
||||
// void PoolSizeSet(CGxPool*, uint32_t);
|
||||
void* v_fn_52_PoolSizeSet;
|
||||
// void PoolDestroy(CGxPool*);
|
||||
void* v_fn_53_PoolDestroy;
|
||||
// char* BufLock(CGxBuf*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue