pub unsafe extern "C" fn world__create_mesh_from_gltf(
gltf_data_ptr: *const u8,
gltf_data_len: u32,
buffer_data_ptr: *const u8,
buffer_data_len: u32,
__ark_ffi_output: *mut MeshHandle,
) -> ErrorCode👎Deprecated: use
create_data insteadExpand description
Creates a mesh from an included GLTF file, from the module directory.