BRL-CAD
|
Go to the source code of this file.
Variables | |
struct bu_list | rt_vlfree |
struct resource | rt_uniresource |
struct bu_list usr_vlfree; BU_LIST_INIT(&usr_vlfree);
rt_uniresource is a similar case in point - the convenience is very useful, but there are situations where applications want/need to manage their own resources for more demanding scenarios.
NOTE for developers - for library initialization reasons, the globals documented here are located in the source file src/librt/rt_init.cpp
Definition in file global.h.
|
extern |
Definitions for librt.a which are global to the library regardless of how many different models are being worked on Global container for holding reusable vlist elements. This is an acceleration mechanism for things like GED drawing, which would otherwise need to (re)allocate massive numbers of individual vlists.
|
extern |