Changeset 343 for trunk/VUT/work/ogre_changes/RenderSystems/GL/include
- Timestamp:
- 10/20/05 18:49:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystems/GL/include/OgreGLHardwareOcclusionQuery.h
r115 r343 111 111 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 112 112 bool pullOcclusionQuery( unsigned int* NumOfFragments, const bool waitForResult, const HW_OCCLUSIONQUERY flag = HWOCCLUSIONQUERY_FLUSH ); 113 114 static bool sUseArbQueries; 113 115 #endif // GTP_VISIBILITY_MODIFIED_OGRE 114 116 //---------------------------------------------------------------------- … … 122 124 int mSkipCounter; 123 125 int mSkipInterval; 124 bool mHasOcclusionSupport; 126 bool mHasOcclusionSupportNV; 127 bool mHasOcclusionSupportARB; 125 128 }; 126 129
Note: See TracChangeset
for help on using the changeset viewer.