feat(include): label PoolSizeSet method in CGxDevice__vtable

This commit is contained in:
phaneron 2024-07-21 05:11:05 -04:00
parent 084e8a4896
commit 1c8e99b0ff

View file

@ -118,7 +118,8 @@ struct CGxDevice__vtable {
void* v_fn_50; void* v_fn_50;
// void MasterEnableSet(EGxMasterEnables, int); // void MasterEnableSet(EGxMasterEnables, int);
void* v_fn_51_MasterEnableSet; void* v_fn_51_MasterEnableSet;
void* v_fn_52; // void PoolSizeSet(CGxPool*, uint32_t);
void* v_fn_52_PoolSizeSet;
// void PoolDestroy(CGxPool*); // void PoolDestroy(CGxPool*);
void* v_fn_53_PoolDestroy; void* v_fn_53_PoolDestroy;
// char* BufLock(CGxBuf*); // char* BufLock(CGxBuf*);