Function render__create_mesh_from_gltf_resource

Source
pub unsafe extern "C" fn render__create_mesh_from_gltf_resource(
    debug_name_ptr: *const u8,
    debug_name_len: u32,
    gltf_resource: ResourceHandleRepr,
    gltf_buffer_data: ResourceHandleRepr,
    flags: u32,
    __ark_ffi_output: *mut RenderMeshHandle,
) -> ErrorCode
Expand description

Creates a mesh directly from GLTF referred to by a resource handle.

Avoids having to copy the whole GLTF data into module memory.