pub unsafe extern "C" fn render__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 RenderMeshHandle,
) -> ErrorCode
Expand description
Creates a mesh from an included GLTF file, from the module directory.
Vertex colors are treated as sRGB.