Changeset 88 for trunk/VUT/work/ogre_changes/RenderSystem/GL/include
- Timestamp:
- 05/09/05 22:55:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystem/GL/include/OgreGLHardwareOcclusionQuery.h
r61 r88 88 88 void beginOcclusionQuery(); 89 89 void endOcclusionQuery(); 90 bool pullOcclusionQuery( unsigned int* NumOfFragments); 91 bool pullOcclusionQuery( unsigned int* NumOfFragments, const HW_OCCLUSIONQUERY flag ); 92 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 93 bool resultAvailable(); 94 #endif 90 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult ); 91 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult, 92 const HW_OCCLUSIONQUERY flag ); 93 95 94 unsigned int getLastQuerysPixelcount() { return m_uintPixelCount; } 96 95
Note: See TracChangeset
for help on using the changeset viewer.