Skip to content

QuantumGate::Buffer::Resize

Karel Donk edited this page Sep 28, 2018 · 2 revisions

Resizes the buffer. If the buffer gets larger more memory is allocated.

Signature

void Resize(const Size new_size);

Parameters

Name Description
new_size The new size of the buffer in bytes.
Clone this wiki locally