Changeset 92 for trunk/VUT/work/ogre_changes/RenderSystems/Direct3D9
- Timestamp:
- 05/11/05 15:29:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystems/Direct3D9/include/OgreD3D9HardwareOcclusionQuery.h
r88 r92 71 71 void beginOcclusionQuery(); 72 72 void endOcclusionQuery(); 73 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult ); 73 74 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 74 75 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult, 75 76 const HW_OCCLUSIONQUERY flag ); 77 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult ); 78 #else 79 bool pullOcclusionQuery( unsigned int* NumOfFragments ); 80 bool pullOcclusionQuery( unsigned int* NumOfFragments, const HW_OCCLUSIONQUERY flag ); 81 #endif // GTP_VISIBILITY_MODIFIED_OGRE 76 82 77 83 unsigned int getLastQuerysPixelcount() { return m_uintPixelCount; }
Note: See TracChangeset
for help on using the changeset viewer.