Tag

tile‑based rendering

0 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jul 28, 2023 · Game Development

Mobile GPU Architecture, Vulkan Advantages, and Tile‑Based Rendering Optimization

Mobile GPUs rely on tile‑based rendering to cut bandwidth and heat, and Vulkan’s thin drivers, explicit synchronization, and multi‑threaded command buffers let developers exploit this architecture—using proper load actions, subpasses, IDVS, and correctly placed barriers—to achieve notable performance boosts and substantial power savings on mobile devices.

Synchronizationgraphicsmobile GPU
0 likes · 15 min read
Mobile GPU Architecture, Vulkan Advantages, and Tile‑Based Rendering Optimization
Kuaishou Large Model
Kuaishou Large Model
Oct 22, 2020 · Fundamentals

Why Deferred Rendering Beats Forward Rendering on Mobile GPUs – A Deep Dive

This article compares forward and deferred rendering techniques, analyzes their performance trade‑offs on mobile GPUs, explores tile‑based and hardware‑TBDR approaches, and presents a Metal‑based single‑pass deferred shading solution for modern mobile graphics pipelines.

MetalRenderingdeferred rendering
0 likes · 15 min read
Why Deferred Rendering Beats Forward Rendering on Mobile GPUs – A Deep Dive