mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-13 13:35:14 +01:00
cbfd6b6e52
Screen contents are now displayed using textured quads. This can be updated to expose an FBO once an OpenGL backend for when Pica rendering is being worked on. That FBO's texture can then be applied to the quads. Previously, FBO blitting was used in order to display screen contents, which did not work on OS X. The new textured quad approach is less of a compatibility risk. |
||
---|---|---|
.. | ||
gl_shader_util.cpp | ||
gl_shader_util.h | ||
gl_shaders.h | ||
renderer_opengl.cpp | ||
renderer_opengl.h |