Advance M8-M11 parity workflows
This commit is contained in:
@@ -295,6 +295,12 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_font_advanced,
|
||||
const std::vector<WebFontCharacterEdit> &,
|
||||
const std::vector<WebFontTextBoxEdit> &,
|
||||
int)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_import_vfont,
|
||||
WebBlendMainState *,
|
||||
const char *,
|
||||
const char *,
|
||||
const char *,
|
||||
std::string &)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_font_links,
|
||||
WebBlendMainState *,
|
||||
const char *,
|
||||
@@ -310,6 +316,9 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_metaball_elements,
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_grease_pencils_json,
|
||||
WebBlendMainState *,
|
||||
std::string &)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_geometry_node_graphs_json,
|
||||
WebBlendMainState *,
|
||||
std::string &)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_physics_simulation_json,
|
||||
WebBlendMainState *,
|
||||
std::string &)
|
||||
@@ -326,6 +335,13 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_move_grease_pencil_layer,
|
||||
const char *,
|
||||
const char *,
|
||||
const char *)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_move_grease_pencil_frame,
|
||||
WebBlendMainState *,
|
||||
const char *,
|
||||
const char *,
|
||||
int,
|
||||
int,
|
||||
const char *)
|
||||
WEB_NATIVE_MAIN_STUB(web_engine_blend_main_insert_grease_pencil_frame,
|
||||
WebBlendMainState *,
|
||||
const char *,
|
||||
@@ -357,7 +373,10 @@ WEB_NATIVE_MAIN_STUB(web_engine_blend_main_set_vertex_weights,
|
||||
const std::vector<uint32_t> &,
|
||||
const std::vector<float> &,
|
||||
bool,
|
||||
bool)
|
||||
uint32_t,
|
||||
bool,
|
||||
int,
|
||||
float)
|
||||
WEB_NATIVE_MAIN_STUB(
|
||||
web_engine_blend_main_set_render_properties, WebBlendMainState *, const char *, const char *)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user