|
Kanzi Graphics Engine
|
Global storage. More...
Functions | |
| kzsError | kzuGlobalsInitialize (const struct KzcMemoryManager *memoryManager) |
| Initializes globals. More... | |
| kzsError | kzuGlobalsUninitialize (void) |
| Uninitializes globals. More... | |
| kzsError | kzuGlobalsPut (kzString name, const void *data) |
| Put data to global storage. More... | |
| void * | kzuGlobalsGet (kzString name) |
| Get data from global storage. More... | |
Global storage.
This module can be used for storing user level global data. Warning: Such global data is not thread safe unless explicitly synchronized.
Copyright 2008-2019 by Rightware. All rights reserved.
| kzsError kzuGlobalsInitialize | ( | const struct KzcMemoryManager * | memoryManager) |
Initializes globals.