Home
last modified time | relevance | path

Searched defs:mgastk (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/common/
H A DmgP.h56 struct mgastk { struct
58 struct mgastk *next; /* stack link */ argument
59 mgcontext *tag_ctx;/* back-pointer for ap_tagged list */
60 unsigned short flags; /* sticky flag */
61 unsigned short changed;
62 short ap_seq, mat_seq, light_seq;
63 Appearance ap; /* Shallow copy of appearance -- don't delete */
64 Material mat; /* Ditto, Material */
65 LmLighting lighting;/* Ditto, Lighting */
67 mgshadefunc shader; /* Software shading function, or NULL if none */
[all …]