#include <vma.h>
Definition at line 78 of file vma.h.
◆ Free()
| static void impeller::BufferVMATraits::Free |
( |
const BufferVMA & |
buffer | ) |
|
|
inlinestatic |
Definition at line 85 of file vma.h.
85 {
87 ::vmaDestroyBuffer(
buffer.allocator,
static_cast<VkBuffer
>(
buffer.buffer),
89 }
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set profile Make the profiler discard new samples once the profiler sample buffer is full When this flag is not the profiler sample buffer is used as a ring buffer
#define TRACE_EVENT0(category_group, name)
References TRACE_EVENT0.
◆ InvalidValue()
| static BufferVMA impeller::BufferVMATraits::InvalidValue |
( |
| ) |
|
|
inlinestatic |
Definition at line 79 of file vma.h.
◆ IsValid()
| static bool impeller::BufferVMATraits::IsValid |
( |
const BufferVMA & |
value | ) |
|
|
inlinestatic |
Definition at line 81 of file vma.h.
81 {
82 return value.allocator != VmaAllocator{};
83 }
References value.
The documentation for this struct was generated from the following file:
- impeller/renderer/backend/vulkan/vma.h