Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
importer.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_SCENE_IMPORTER_IMPORTER_H_
6#define FLUTTER_IMPELLER_SCENE_IMPORTER_IMPORTER_H_
7
8#include <array>
9#include <memory>
10
11#include "flutter/fml/mapping.h"
12#include "impeller/scene/importer/scene_flatbuffers.h"
13
14namespace impeller {
15namespace scene {
16namespace importer {
17
18bool ParseGLTF(const fml::Mapping& source_mapping, fb::SceneT& out_scene);
19
20}
21} // namespace scene
22} // namespace impeller
23
24#endif // FLUTTER_IMPELLER_SCENE_IMPORTER_IMPORTER_H_
bool ParseGLTF(const fml::Mapping &source_mapping, fb::SceneT &out_scene)