Function getCapacity
Synopsis
#include <Source/Falcor/Utils/AlignedAllocator.h>
size_t getCapacity() const
Description
No description yet.
Source
Lines 114-114 in Source/Falcor/Utils/AlignedAllocator.h.
size_t getCapacity() const { return mBuffer.capacity(); }