File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
en/Building_a_Simple_Engine/Mobile_Development Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -248,11 +248,6 @@ Different mobile GPU vendors have specific architectures that may benefit from t
248248
249249Different 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
You can’t perform that action at this time.
0 commit comments