Skip to content

Optimization

Performance optimization systems.

Files

  • render_cache.hpp - Frame caching system
  • batch_renderer.hpp - Draw call batching
  • culling.hpp - Frustum and occlusion culling
  • profiling.hpp - Performance profiling

Purpose

Optimizes rendering performance through caching, batching, and culling. Provides profiling tools for performance analysis.