OcclusionQuery::GetRenderCookie
Defined in:
Returns the cookie stored in an occlusion query object.
C4Renderable.h
Prototype
void *GetRenderCookie(void) const;
Description
The GetRenderCookie
function returns the cookie stored in an occlusion query object. The cookie is set by the constructor of the OcclusionQuery
class or by the OcclusionQuery::SetRenderCallback
function.
See Also