Skip to content

Commit 921eed4

Browse files
committed
addressing more comments.
1 parent 9705b60 commit 921eed4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

en/Building_a_Simple_Engine/Mobile_Development/03_performance_optimizations.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -248,11 +248,6 @@ Different mobile GPU vendors have specific architectures that may benefit from t
248248

249249
Different mobile GPU vendors have specific architectures that benefit from targeted optimizations:
250250

251-
* *GPU Technologies*: Many vendors implement custom GPU technologies to improve performance and power efficiency:
252-
- Maintain stable frame rates rather than pushing for maximum frames
253-
- Avoid unnecessary GPU state changes
254-
- Use efficient rendering techniques appropriate for the GPU architecture
255-
256251
* *Memory Management*: Many mobile SoCs have unified memory architecture:
257252
- Use `VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT | VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT` memory when possible
258253
- Take advantage of fast CPU-GPU memory transfers in unified memory architectures

0 commit comments

Comments
 (0)