浏览代码

update readme (Rename loop => pipeline)

/Branch_Batching2
sebastienlagarde 7 年前
当前提交
ef7a0fea
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      README.md

6
README.md


**NOTE**: this is a testbed for a Unity feature that has not shipped yet! The latest commits in this project does not work
with any public Unity version, and things in it might and will be broken.
"Scriptable Render Loops" is a potential future Unity feature, think "Command Buffers, take two". We plan to ship the feature, and a
new modern built-in rendering loop with it. For now you can look around if you're _really_ curious, but like said above, this is
"Scriptable Render Pipelines" is a potential future Unity feature, think "Command Buffers, take two". We plan to ship the feature, and a
new modern built-in rendering pipeline with it. For now you can look around if you're _really_ curious, but like said above, this is
not useful for any public Unity version yet.
There's a more detailed overview document here: [ScriptableRenderLoop google doc](https://docs.google.com/document/d/1e2jkr_-v5iaZRuHdnMrSv978LuJKYZhsIYnrDkNAuvQ/edit?usp=sharing)

"BasicRenderLoopScene" scene is the basic example, need to pick basic render pipeline in Graphics Settings to use it.
All the other scenes and render pipelines may or might not work. Use of Windows/DX11 is preferred.
* Unity 5.6 **beta 1-4** should use an older revision of this project, [tagged unity-5.6.0b1](../../releases/tag/unity-5.6.0b1) (commit `acc230b` on 2016 Nov 23).
"BasicRenderLoopScene" scene is the basic example, with the scriptable render loop defaulting to off; enable it by enabling the component on the camera.
"BasicRenderLoopScene" scene is the basic example, with the scriptable render pipeline defaulting to off; enable it by enabling the component on the camera.
All the other scenes may or might not work. Use of Windows/DX11 is preferred.
正在加载...
取消
保存