Updated docstrings

This commit is contained in:
Alejandro Saucedo 2020-11-03 18:05:37 +00:00
parent 53e1a3aa54
commit 3811ef2dba

View file

@ -1101,7 +1101,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();