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

Represents the structure for loading a resource. More...

#include <kzu_resource.h>

Detailed Description

Represents the structure for loading a resource.

This contains data and function pointers for loading resource data from arbitrary sources. The only ready-made implementation of a resource loader is kzuResourceCreateKZBLoader, which creates a resource loader that can load data from .KZB files. Custom resource loaders can be created with kzuResourceCreateResourceLoader_protected from kzu_resource_base.h API.


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