Optimization¶
Performance optimization systems.
Files¶
render_cache.hpp- Frame caching systembatch_renderer.hpp- Draw call batchingculling.hpp- Frustum and occlusion cullingprofiling.hpp- Performance profiling
Purpose¶
Optimizes rendering performance through caching, batching, and culling. Provides profiling tools for performance analysis.