Ignore:
Timestamp:
02/20/06 19:06:03 (19 years ago)
Author:
mattausch
Message:

added ogre dependencies and patched ogre sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/RenderSystems/Direct3D9/src/OgreD3D9HardwareOcclusionQuery.cpp

    r193 r657  
    113113        // This version of pullOcclusionQuery causes the DX9 API/Driver to not flush all commands to the 3D card 
    114114// 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 recives the query in the next batch. 
     115        // But the query wont be processed until the card receives the query in the next batch. 
    116116// Note: OpenGL dosn't use this flag at all so the application running OpenGL won't display any different behaviour. 
    117117//-- 
Note: See TracChangeset for help on using the changeset viewer.