Renderable::GetOcclusionQuery
Defined in:
Returns the pointer to an occlusion query object.
C4Renderable.h
Prototype
OcclusionQuery *GetOcclusionQuery(void) const;
Description
The GetOcclusionQuery
function returns a pointer to the occlusion query object attached to a renderable object. If a renderable object has no occlusion object attached to it (the default case), then the return value is nullptr
.
See Also