naev 0.12.6
ObjectCache Struct Reference

Simple caching for GLTF objects to avoid double loads. More...

Collaboration diagram for ObjectCache:

Data Fields

char * name
GltfObjectobj
int refcount

Detailed Description

Simple caching for GLTF objects to avoid double loads.

Definition at line 38 of file gltf.c.

Field Documentation

◆ name

char* ObjectCache::name

Original file name for loading.

Definition at line 39 of file gltf.c.

◆ obj

GltfObject* ObjectCache::obj

Associated object.

Definition at line 40 of file gltf.c.

◆ refcount

int ObjectCache::refcount

Reference counting.

Definition at line 41 of file gltf.c.


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