kc3-lang/angle/src/libANGLE/renderer/vulkan/doc/Allocators.md

Branch

Download

Allocators

Allocator helpers are used in the command buffer objects as a means to allocate memory for the latter. Currently, only a pool allocator is implemented.

Common interface

In SecondaryCommandBuffer.h, the helper classes related to the selected allocator type are aliased as the following:

Pool allocator helpers

Files: AllocatorHelperPool.cpp and AllocatorHelperPool.h


Source

Download