]> git.lizzy.rs Git - irrlicht.git/commit
Refactor SDL device to use the same abstraction as other devices
authorsfan5 <sfan5@live.de>
Sat, 21 May 2022 13:19:57 +0000 (15:19 +0200)
committersfan5 <sfan5@live.de>
Sat, 21 May 2022 13:26:38 +0000 (15:26 +0200)
commit593103a26148b7154b159b9ae728fd53b4e7ca84
treee36f3a85315d090d050a681fab10f15c36ffd703
parent0732807cc8c52881287c53963b836b2fc445dd9f
Refactor SDL device to use the same abstraction as other devices

In particular this makes the OpenGL procedure stuff work.
fixes https://github.com/minetest/minetest/issues/12265
source/Irrlicht/CIrrDeviceSDL.cpp
source/Irrlicht/CMakeLists.txt
source/Irrlicht/COpenGLDriver.cpp
source/Irrlicht/COpenGLDriver.h
source/Irrlicht/CSDLManager.cpp [new file with mode: 0644]
source/Irrlicht/CSDLManager.h [new file with mode: 0644]