Issue #123: Alternative software rendering backend

This commit is contained in:
Jakub Melka
2024-02-04 18:05:38 +01:00
parent 87cedf01dc
commit d314683d38
48 changed files with 872 additions and 761 deletions

View File

@ -187,8 +187,8 @@ private:
enum class RendererEngine
{
Software,
OpenGL
Blend2D,
QPainter,
};
enum class RenderingIntent