-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Impeller] libImpeller: A C++ wrapper to the Impeller API. (#56682)
_`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.
- Loading branch information
1 parent
bac6c19
commit 03eb3db
Showing
6 changed files
with
1,630 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.