Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
FTC_NodeRec_ Struct Reference

#include <ftccache.h>

Public Attributes

FTC_MruNodeRec mru
 
FTC_Node link
 
FT_PtrDist hash
 
FT_UShort cache_index
 
FT_Short ref_count
 

Detailed Description

Definition at line 58 of file ftccache.h.

Member Data Documentation

◆ cache_index

FT_UShort FTC_NodeRec_::cache_index

Definition at line 63 of file ftccache.h.

Referenced by FTC_Manager_Reset(), ftc_node_destroy(), and FTC_Node_Unref().

◆ hash

FT_PtrDist FTC_NodeRec_::hash

Definition at line 62 of file ftccache.h.

◆ link

FTC_Node FTC_NodeRec_::link

Definition at line 61 of file ftccache.h.

Referenced by FTC_Cache_RemoveFaceID().

◆ mru

FTC_MruNodeRec FTC_NodeRec_::mru

Definition at line 60 of file ftccache.h.

◆ ref_count

FT_Short FTC_NodeRec_::ref_count

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