Flutter Impeller
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 
14 namespace impeller {
15 namespace scene {
16 namespace importer {
17 
18 bool 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_
impeller::scene::importer::ParseGLTF
bool ParseGLTF(const fml::Mapping &source_mapping, fb::SceneT &out_scene)
Definition: importer_gltf.cc:450
impeller
Definition: aiks_blur_unittests.cc:20