|
Kanzi Graphics Engine
|
Resource loader thread specific data. More...
#include <kzu_resource_base.h>
Data Fields | |
| struct KzcMemoryManager * | memoryManager |
| Thread safe memory manager. More... | |
| struct KzuPropertyManager * | propertyManager |
| Thread specific Property manager. More... | |
| struct KzsThreadLock * | threadLock |
| Thread specific lock. More... | |
Resource loader thread specific data.
| struct KzcMemoryManager* KzuResourceLoaderThreadContext::memoryManager |
Thread safe memory manager.
| struct KzuPropertyManager* KzuResourceLoaderThreadContext::propertyManager |
Thread specific Property manager.
| struct KzsThreadLock* KzuResourceLoaderThreadContext::threadLock |
Thread specific lock.
Needed for locking the property manager.