Flutter Engine
 
Loading...
Searching...
No Matches
impeller::PoolVMA Struct Reference

#include <vma.h>

Public Member Functions

constexpr bool operator== (const PoolVMA &other) const =default
 

Public Attributes

VmaAllocator allocator = {}
 
VmaPool pool = {}
 

Detailed Description

Definition at line 37 of file vma.h.

Member Function Documentation

◆ operator==()

constexpr bool impeller::PoolVMA::operator== ( const PoolVMA other) const
constexprdefault

Member Data Documentation

◆ allocator

VmaAllocator impeller::PoolVMA::allocator = {}

Definition at line 38 of file vma.h.

38{};

Referenced by impeller::PoolVMATraits::Free().

◆ pool

VmaPool impeller::PoolVMA::pool = {}

Definition at line 39 of file vma.h.

39{};

Referenced by impeller::PoolVMATraits::Free().


The documentation for this struct was generated from the following file: