asmodehn / sdlut

SDL utility toolkit - A C++ wrapper arount SDL 1.2
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

OpenGL Engine #10

Open asmodehn opened 10 years ago

asmodehn commented 10 years ago

Curently in OpenGL mode we dont have any logo displayed. We need to display the 3D rotating OpenGL logo ( cf old tests ) and the SDLlogo, same as the SDLEngine right now. OpenGL Engine should probably inherit from SDLEngine the same way as for Surfaces and Video class hierarchy. Since the Engine is hidden from the user, we should be careful to use the proper one in each Video Renderer case ...