浏览代码

updated release notes

/main
Felipe Lira 6 年前
当前提交
49a6c332
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
      com.unity.render-pipelines.lightweight/CHANGELOG.md

10
com.unity.render-pipelines.lightweight/CHANGELOG.md


and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [3.3.0-preview]
### Added
- UNITY_DECLARE_FRAMEBUFFER_INPUT and UNITY_READ_FRAMEBUFFER_INPUT macros were added. They are necessary for reading transient attachments.
- UNITY_MATRIX_I_VP is now defined.
### Changed
- Renamed LightweightForwardRenderer to ScriptableRenderer.
- Moved all light constants to _LightBuffer CBUFFER. Now _PerCamera CBUFFER contains all other per camera constants.
### Fixed
- Lightweight Unlit shader UI doesn't throw an error about missing receive shadow property anymore.
## [3.2.0-preview]
### Changed

正在加载...
取消
保存