void arDeinit(void);
This function deinitializes the platform hardware interface. It is responsible for releasing all resources that were allocated during the architecture initialization phase (via the arInit function).
The arDeinit function is optional. It may be excluded from the compilation process to conserve code space by setting the AR_USE_DEINIT_FUNC constant to 0.
| Version: | 1.0 |
|---|---|
| Header file: | AR_API.h |
| See also: | AR_USE_DEINIT_FUNC, arInit |