Changeset 902 for GTP/trunk/Lib/Vis/OnlineCullingCHC
- Timestamp:
- 05/04/06 23:30:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/include/OcclusionQuery.h
r87 r902 15 15 @returns if the result was already available 16 16 */ 17 virtual bool GetQueryResult(unsigned int &queryResult, 18 const bool waitForResult) const = 0; 17 virtual bool GetQueryResult(unsigned int &queryResult, const bool waitForResult) const = 0; 19 18 /** Begins occlusion query. 20 19 @remark the query counts the number of visible pixels between it's begin and end
Note: See TracChangeset
for help on using the changeset viewer.