Changeset 92 for trunk/VUT/work/ogre_changes/RenderSystems/GL/include
- Timestamp:
- 05/11/05 15:29:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystems/GL/include/OgreGLHardwareOcclusionQuery.h
r88 r92 88 88 void beginOcclusionQuery(); 89 89 void endOcclusionQuery(); 90 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult ); 90 91 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 91 92 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult, 92 93 const HW_OCCLUSIONQUERY flag ); 94 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult ); 95 #else 96 bool pullOcclusionQuery( unsigned int* NumOfFragments ); 97 bool pullOcclusionQuery( unsigned int* NumOfFragments, const HW_OCCLUSIONQUERY flag ); 98 #endif // GTP_VISIBILITY_MODIFIED_OGRE 93 99 94 100 unsigned int getLastQuerysPixelcount() { return m_uintPixelCount; }
Note: See TracChangeset
for help on using the changeset viewer.