irrlicht/examples/22.MaterialViewer
cutealien a3adfc196b CIrrDeviceWin32::yield() now uses Sleep(0) instead of Sleep(1).
We had changed that once before in the other direction in svn r421
Reason back then was "Sleep(0) doesn't allow any lower priority threads to execute"
But Microsoft changed the behaviour of Sleep(0) after Windows XP so that's no longer true.
And the costs of it is pretty high - due to this using a timer with a 15ms resolutions it meant not just giving up the thread but it also always waited for 15ms on Windows.
I also replaced a few sleep calls in examples for that reason with yield() calls.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6459 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-04-03 15:32:41 +00:00
..
MaterialViewer.xcodeproj MacOS SoftwareDriver Window and warnings 2022-05-01 02:43:12 +00:00
Makefile Remove CPPFLAG -I/usr/X11R6/include in all example Makefiles 2022-01-09 15:50:41 +00:00
MaterialViewer.cbp Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer.vcproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc10.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc11.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc12.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc14.vcxproj Avoid warning and make local variable lower-case. 2019-12-12 16:32:41 +00:00
MaterialViewer_vc16.vcxproj vs2019 projectfiles 2022-05-03 21:26:24 +00:00
MaterialViewer_vc17.vcxproj Add VC17 (VS 2022) project files and solutions 2022-11-19 14:22:50 +00:00
main.cpp CIrrDeviceWin32::yield() now uses Sleep(0) instead of Sleep(1). 2023-04-03 15:32:41 +00:00
main.h a) debug Camera Matrices. enable with _IRR_COMPILE_WITH_90_DEGREE_CAMERA. 2022-05-01 01:11:45 +00:00
tutorial.html Update tutorial.html's in example folders 2021-03-18 21:50:11 +00:00