pub unsafe extern "C" fn render__create_mesh_from_gltf_with_flags(
gltf_data_ptr: *const u8,
gltf_data_len: u32,
buffer_data_ptr: *const u8,
buffer_data_len: u32,
flags: u32,
__ark_ffi_output: *mut RenderMeshHandle,
) -> ErrorCodeExpand description
Creates a mesh from an included GLTF file, from the module directory.
Vertex colors are treated as sRGB.