mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
_`impeller.hpp` is to `impeller.h` what `vulkan.hpp` is to `vulkan.h`_ * A single header C++ 17 library that only depends on impeller.h and standard libc++ utilities. * The C++ library proc. table is setup at runtime (via dlsym and related methods). Impeller users don't need to link against libimpeller.so as long as they can discover it at runtime. * RAII wrappers for all opaque objects. * Namespaces are configurable depending on target. * Included in the distributed SDK next to impeller.h.