Function getSize
Synopsis
#include <Source/Falcor/Core/API/Buffer.h>
size_t getSize() const
Description
Get the size of the buffer
Source
Lines 237-237 in Source/Falcor/Core/API/Buffer.h.
size_t getSize() const { return mSize; }
#include <Source/Falcor/Core/API/Buffer.h>
size_t getSize() const
Get the size of the buffer
Lines 237-237 in Source/Falcor/Core/API/Buffer.h.
size_t getSize() const { return mSize; }