Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuResourceLoaderThreadContext Struct Reference

Resource loader thread specific data. More...

#include <kzu_resource_base.h>

Data Fields

struct KzcMemoryManagermemoryManager
 Thread safe memory manager. More...
 
struct KzuPropertyManager * propertyManager
 Thread specific Property manager. More...
 
struct KzsThreadLockthreadLock
 Thread specific lock. More...
 

Detailed Description

Resource loader thread specific data.

Field Documentation

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.


The documentation for this struct was generated from the following file: