Drop obsolete video drivers

This commit is contained in:
numzero
2023-03-02 01:22:04 +03:00
parent 05384fdc5e
commit 620f4869a1
3 changed files with 3 additions and 58 deletions

View File

@ -271,7 +271,7 @@ namespace irr
device could not be created.
*/
extern "C" IRRLICHT_API IrrlichtDevice* IRRCALLCONV createDevice(
video::E_DRIVER_TYPE driverType = video::EDT_SOFTWARE,
video::E_DRIVER_TYPE driverType = video::EDT_OPENGL,
// parentheses are necessary for some compilers
const core::dimension2d<u32>& windowSize = (core::dimension2d<u32>(640,480)),
u32 bits = 32,