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 #pragma once
6 
7 #include <array>
8 #include <memory>
9 
10 #include "flutter/fml/mapping.h"
11 #include "impeller/scene/importer/scene_flatbuffers.h"
12 
13 namespace impeller {
14 namespace scene {
15 namespace importer {
16 
17 bool ParseGLTF(const fml::Mapping& source_mapping, fb::SceneT& out_scene);
18 
19 }
20 } // namespace scene
21 } // namespace impeller
impeller::scene::importer::ParseGLTF
bool ParseGLTF(const fml::Mapping &source_mapping, fb::SceneT &out_scene)
Definition: importer_gltf.cc:450
impeller
Definition: aiks_context.cc:10