Rename gltfio to filament::gltfio.

This commit is contained in:
Philip Rideout
2022-06-06 10:06:55 -07:00
parent 0ae83a6c97
commit 30dbd3ac4f
47 changed files with 90 additions and 85 deletions

View File

@@ -19,7 +19,7 @@
using namespace filament;
using namespace utils;
namespace gltfio {
namespace filament::gltfio {
size_t DependencyGraph::popRenderables(Entity* result, size_t count) noexcept {
if (result == nullptr) {
@@ -136,4 +136,4 @@ DependencyGraph::TextureNode* DependencyGraph::getStatus(Texture* texture) {
return iter->second.get();
}
} // namespace gltfio
} // namespace filament::gltfio