博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Tips for optimizing mobile graphic performance
阅读量:2437 次
发布时间:2019-05-10

本文共 760 字,大约阅读时间需要 2 分钟。

http://jingpin.jikexueyuan.com/article/30334.html

My Tips:

  1. Check drawcall cost and minimum runtime drawcall count
  2. Try 'Apply Mesh Batch' as much as possible
  3. Maximum early-z by force mesh render in correct order
  4. Select right 'Blend Mode' and 'Shading Model' for material
  5. Minimum texture and sampler count and texture size
  6. Move linear math operation from pixel shader to vertex shader, such as use customized UV
  7. Use LOD
  8. Minimum postprocess count
  9. Keep GPU state unchanged by minimum material count (reuse same material, same texture) etc
  10. Use complex shader for important mesh and try to use simple shader for as much meh as possible
  11. Reduce dynamic point count in 'Project setting' dialog
  12. Try to use 'Full Roughness'
  13. Too much texture sample will cost a lot of time

转载地址:http://wewqb.baihongyu.com/

你可能感兴趣的文章
在LINUX中安装WEB SPHERE5.1的正确方法
查看>>
WebSphere简单故障排查
查看>>
ITCAM for Websphere v6.0与ITM v6.1集成的快速指南
查看>>
数据泵 TTS(传输表空间技术)
查看>>
linux下开机自动开启单机oracle
查看>>
weblogic管理1——创建 和 删除一个domain
查看>>
SQL开发--经典建议(转载)和大家分享
查看>>
网络上经典的DOS小命令(转)
查看>>
sqlserver中的一些技巧(转)
查看>>
简化Windows 2003域控制器密码(转)
查看>>
GSM无线网络的虚拟分层(转)
查看>>
不用重装 轻松解决Windows系统棘手问题(转)
查看>>
对移动通信网络优化工作的一些见解(转)
查看>>
正确网络配置建议 减少卡机死机的关键(转)
查看>>
智能手机Smartphone开发从零起步(五)(转)
查看>>
SEO技巧中你可能没有注意的细节(转)
查看>>
微软开始二代Windows Live 不见Cloud OS踪影
查看>>
创建ISAPI扩展(转)
查看>>
病毒及木马预警一周播报(06.04.17~04.23)(转)
查看>>
黑客口述:我的第一台3389肉鸡的经历(转)
查看>>