2019年1月25日
摘要:
间接cmd 用在 gpu建立的cmd 不需要cpu参与 用indirect cpu gpu就不会互相等待了 直接gpu建立了 gpu用 之前的cmd是cpu建立 填入数据 gpu拿来执行的 在metal和dx11 vulkan里都有 用途 比如 vr的3d 左右眼的数据 cpu提交一组 之后 生成左
阅读全文
posted @ 2019-01-25 10:57
minggoddess
阅读(647)
推荐(0)
2019年1月24日
摘要:
https://developer.apple.com/documentation/metal/render_pipeline/viewing_pipeline_statistics_of_a_draw?language=objc 很喜欢这种文档详细的api 1 ALU float-half sqr
阅读全文
posted @ 2019-01-24 19:17
minggoddess
阅读(430)
推荐(0)
摘要:
https://forum.unity.com/threads/is-unity-fps-count-wrong-or-am-i-missing-something.150139/ 看了下这个fps 里面有主线程和渲染线程 它是 renderGameViewCameras(){} 这里面最前面和最后
阅读全文
posted @ 2019-01-24 13:55
minggoddess
阅读(437)
推荐(0)
2019年1月23日
摘要:
https://developer.apple.com/documentation/metal/advanced_command_setup/cpu_and_gpu_synchronization dynamic vertex buffer通常每帧都要cpu更新里面的数据内容同时gpu就拿来画 1.
阅读全文
posted @ 2019-01-23 11:49
minggoddess
阅读(733)
推荐(0)
摘要:
https://developer.apple.com/documentation/metal/mtlcommandencoder/1458041-pushdebuggroup PushDebugGroups https://developer.apple.com/documentation/met
阅读全文
posted @ 2019-01-23 11:27
minggoddess
阅读(339)
推荐(0)
2019年1月18日
摘要:
https://docs.unity3d.com/ScriptReference/SystemInfo.html https://docs.unity3d.com/Manual/PlatformDependentCompilation.html https://docs.unity3d.com/Ma
阅读全文
posted @ 2019-01-18 17:55
minggoddess
阅读(343)
推荐(0)
2019年1月8日
摘要:
deferred 和forward reflection probe 的差别 deferred ref是逐像素的 forward是逐 obj 但我还遇到一个问题就是box projection reflection probe 就是parallax corrected cubemap 测下来的结果是
阅读全文
posted @ 2019-01-08 17:12
minggoddess
阅读(321)
推荐(0)
2019年1月3日
摘要:
https://disney-animation.s3.amazonaws.com/library/s2012_pbs_disney_brdf_notes_v2.pdf 参数
阅读全文
posted @ 2019-01-03 23:16
minggoddess
阅读(335)
推荐(0)
2019年1月2日
摘要:
https://www.youtube.com/watch?v=D7LjsabD4V4 这个很强 他runtime bake lightprobe 之后走assetbundle加载 Place Probe Bake Probe Data Store Data for Each Vertex (tex
阅读全文
posted @ 2019-01-02 15:14
minggoddess
阅读(1944)
推荐(0)
2018年12月29日
摘要:
http://advances.realtimerendering.com/s2015/aaltonenhaar_siggraph2015_combined_final_footer_220dpi.pdf 占坑 http://twvideo01.ubm-us.net/o1/vault/gdc2015
阅读全文
posted @ 2018-12-29 10:13
minggoddess
阅读(1082)
推荐(0)