#include <impeller.hpp>
Public Member Functions | |
| Context (ImpellerContext context, AdoptTag tag) | |
| bool | GetVulkanInfo (ImpellerContextVulkanInfo &info) const |
Public Member Functions inherited from IMPELLER_HPP_NAMESPACE::Object< ImpellerContext, ImpellerContextTraits > | |
| Object ()=default | |
| Object (ImpellerContext object) | |
| Object (ImpellerContext object, AdoptTag) | |
| Object (Object &&other) | |
| Object (const Object &other) | |
| ~Object () | |
| Object & | operator= (Object &&other) |
| Object & | operator= (const Object &other) |
| ImpellerContext | Get () const |
| operator bool () const | |
Static Public Member Functions | |
| static Context | OpenGLES (const std::function< void *(const char *)> &gl_proc_address_resolver) |
Definition at line 367 of file impeller.hpp.
|
inline |
|
inline |
Definition at line 396 of file impeller.hpp.
References IMPELLER_HPP_NAMESPACE::Object< ImpellerContext, ImpellerContextTraits >::Get(), and IMPELLER_HPP_NAMESPACE::gGlobalProcTable.
|
inlinestatic |
Definition at line 374 of file impeller.hpp.
References Context(), IMPELLER_HPP_NAMESPACE::gGlobalProcTable, IMPELLER_VERSION, and IMPELLER_HPP_NAMESPACE::kAdopt.