Vulkan render passes with explicit load/store ops are why mobile-friendly titles on ARM Mali and Imagination PowerVR tile-based GPUs can discard G-buffer contents (DONT_CARE) instead of writing gigabytes of intermediate data back to VRAM every frame. This is the API-level mechanism that makes deferred rendering affordable on phones, not just desktop GPUs.