irrlicht/examples/26.OcclusionQuery
nadro 8863d11e65 - Fixed compilation issues on OSX.
- Added new XCode projects for engine and all examples (ARC enabled, proper bundles etc.).
- Added external context manager with support for NSOGL.(this feature was available in ogl-es branch before).
- Removed *.nib dependencies from OSX project (menu is created programmatically).
- Added missing _IRR_OVERRIDE_ for some methods.
- Renamed MacOSX to OSX directories.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5202 dfc29bdd-3216-0410-991c-e03cc46cb475
2015-12-05 12:07:45 +00:00
..
OcclusionQuery.xcodeproj - Fixed compilation issues on OSX. 2015-12-05 12:07:45 +00:00
Makefile Fix naming scheme for occlusion queries. Since those are not to drop, but are stored in the driver and can be removed by the according removeOcclusionQuery call, the name should be addOcclusionQuery instead of createOcclusionQuery. 2011-03-25 23:32:35 +00:00
OcclusionQuery.cbp Merge branch releases/1.8 revisions 4685 to 4721 into trunk: 2014-03-13 23:07:59 +00:00
OcclusionQuery.vcproj Fix naming scheme for occlusion queries. Since those are not to drop, but are stored in the driver and can be removed by the according removeOcclusionQuery call, the name should be addOcclusionQuery instead of createOcclusionQuery. 2011-03-25 23:32:35 +00:00
OcclusionQuery_vc10.vcxproj Merge branch releases/1.8 revisions 5129:5140 into trunk: 2015-09-20 11:19:26 +00:00
OcclusionQuery_vc11.vcxproj Merge branch releases/1.8 revisions 5129:5140 into trunk: 2015-09-20 11:19:26 +00:00
OcclusionQuery_vc12.vcxproj Rolled back to r5145. We're still disucssing better solutions 2015-09-28 09:17:47 +00:00
OcclusionQuery_vc14.vcxproj - Added projects for Visual Studio 2014. Due to a problems with Windows7.1 SDK on Windows 10 those projects are recommended for users of this OS. 2015-10-01 22:59:08 +00:00
main.cpp - Added clear buffer flags. 2015-10-15 18:20:06 +00:00