Updated docstring

This commit is contained in:
Alejandro Saucedo 2020-11-03 09:00:03 +00:00
parent 5fbb4ce6f6
commit 157b6592dd

View file

@ -107,7 +107,8 @@ class Sequence
bool isInit();
/**
* Destroys and frees the GPU resources which include the buffer and memory.
* Destroys and frees the GPU resources which include the buffer and memory
* and sets the sequence as init=False.
*/
void freeMemoryDestroyGPUResources();