DestroyModule
Function Usage
Destroys a GPU acceleration class instance.
Restrictions
The entered instance must be created by CreateModule.
Prototype
void DestroyModule(void *module)
Parameter Description
Parameter |
Input/Output |
Type |
Description |
|---|---|---|---|
module |
Input |
void * |
Pointer to the GPU acceleration class instance to be destroyed. |
Parent topic: GPU Acceleration APIs (C and C++)