20 CullBin(name, BT_fixed, gsg, draw_region_pcollector)
27 INLINE CullBinFixed::ObjectData::
30 _draw_order(draw_order)
37 INLINE
bool CullBinFixed::ObjectData::
38 operator < (
const ObjectData &other)
const {
39 return _draw_order < other._draw_order;
A collection of Geoms and their associated state, for a particular scene.
A lightweight class that represents a single element that may be timed and/or counted via stats.
The smallest atom of cull.
This is a base class for the GraphicsStateGuardian class, which is itself a base class for the variou...