Skip to content

Visual Quality and Performance Details

pjcozzi edited this page Aug 23, 2012 · 3 revisions

Ideas for ongoing visual quality and performance improvements.

Performance Improvements

2D

  • In 2D, render static content to an FBO. Then overall dynamic content and composite lighting.

Mobile

  • Fallback shaders/materials for different slower GPUs, mobile GPUs in particular.
  • Throttle frame rate to reduce power consumption. See Chapter 23 in OpenGL Insights.