Changeset 902 for GTP/trunk/Lib
- Timestamp:
- 05/04/06 23:30:53 (19 years ago)
- Location:
- GTP/trunk/Lib/Vis
- Files:
-
- 1 added
- 1 deleted
- 2 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 -
GTP/trunk/Lib/Vis/shared/scripts/GtpVisibility.sln
r865 r902 13 13 {80DECC17-BDDD-4412-8CF8-F7C1C17A7436} = {80DECC17-BDDD-4412-8CF8-F7C1C17A7436} 14 14 {101A7691-74F3-48B4-96A3-CF35578F5900} = {101A7691-74F3-48B4-96A3-CF35578F5900} 15 {7319E499-473D-4CE5-9983-725D6E68A55D} = {7319E499-473D-4CE5-9983-725D6E68A55D} 15 16 EndProjectSection 16 17 EndProject
Note: See TracChangeset
for help on using the changeset viewer.