Skip to content

Commit 6db6b9d

Browse files
committed
addressing more comments.
1 parent 560b9f3 commit 6db6b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/Building_a_Simple_Engine/Mobile_Development/03_performance_optimizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ vk::Format find_supported_format(vk::PhysicalDevice physical_device,
7373

7474
=== Memory Optimizations
7575

76-
Memory is a precious resource on mobile devices. Here are some key optimizations:
76+
Memory is a precious resource on all platforms. It tends to be more performance‑critical on mobile due to tighter bandwidth, power, and thermal budgets. Here are some key optimizations:
7777

7878
==== Minimize Memory Allocations
7979

0 commit comments

Comments
 (0)