Changeset 657 for OGRE/trunk/ogre_changes/RenderSystems/Direct3D9/src/OgreD3D9HardwareOcclusionQuery.cpp
- Timestamp:
- 02/20/06 19:06:03 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/ogre_changes/RenderSystems/Direct3D9/src/OgreD3D9HardwareOcclusionQuery.cpp
r193 r657 113 113 // This version of pullOcclusionQuery causes the DX9 API/Driver to not flush all commands to the 3D card 114 114 // to allow a fast result from the query, but the batching of API calls to the card will be normal. 115 // But the query wont be processed until the card rec ives the query in the next batch.115 // But the query wont be processed until the card receives the query in the next batch. 116 116 // Note: OpenGL dosn't use this flag at all so the application running OpenGL won't display any different behaviour. 117 117 //--
Note: See TracChangeset
for help on using the changeset viewer.