libacfutils
A general purpose library of utility functions designed to make it easier to develop addons for the X-Plane flight simulator.
Loading...
Searching...
No Matches
Data Fields
cache_entry_t Struct Reference
Collaboration diagram for cache_entry_t:
Collaboration graph
[legend]

Data Fields

cache_entry_type_t type
 
union { 
 
   glutils_quads_t   quads 
 
   glutils_lines_t   lines 
 
};  
 
void * buf [2]
 
size_t buf_sz [2]
 
avl_node_t tree_node
 
list_node_t lru_node
 

Detailed Description

Definition at line 80 of file glutils.c.

Field Documentation

◆ buf

void* buf[2]

Definition at line 86 of file glutils.c.

◆ buf_sz

size_t buf_sz[2]

Definition at line 87 of file glutils.c.

◆ lines

Definition at line 84 of file glutils.c.

◆ lru_node

list_node_t lru_node

Definition at line 89 of file glutils.c.

◆ quads

Definition at line 83 of file glutils.c.

◆ tree_node

avl_node_t tree_node

Definition at line 88 of file glutils.c.

◆ type

cache_entry_type_t type

Definition at line 81 of file glutils.c.


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