feat(include): label Draw method in CGxDevice__vtable

This commit is contained in:
phaneron 2024-07-21 05:01:56 -04:00
parent 5a8e559a74
commit 084e8a4896

View file

@ -106,7 +106,8 @@ struct CGxDevice__vtable {
// void XformSetProjection(const C44Matrix&); // void XformSetProjection(const C44Matrix&);
void* v_fn_40_XformSetProjection; void* v_fn_40_XformSetProjection;
void* v_fn_41; 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_43;
void* v_fn_44; void* v_fn_44;
void* v_fn_45; void* v_fn_45;