itsmattkc
355baa893a
cleaned opengl texture and framebuffer code
...
Minor code changes and improvements.
2019-12-21 20:08:20 +11:00
itsmattkc
f5d66436fa
attempt to use fbo clear function
2019-12-10 21:32:21 +11:00
itsmattkc
3dc563b697
removed double buffered textures
...
These functions never ended up getting used, and have the potential to become
confusing in implementation.
2019-12-09 23:59:00 +11:00
itsmattkc
429514b1fd
separation of previous renderer into base and derivation complete
...
The previous iteration was fairly OpenGL-heavy. It's now been separated into
a base class that is OpenGL independent and a derived class that is
OpenGL-based. Over time this should allow for portability away from OpenGL
if necessary.
2019-11-01 12:58:38 +11:00
itsmattkc
133dab1666
some code cleanup
...
Removal of translations around debug messages since these waste cycles and are
likely not useful
2019-10-31 21:45:53 +11:00
itsmattkc
77bcb70dac
started porting renderer to new portable form
2019-10-31 19:14:58 +11:00