Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs/changelog fix #19

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,26 @@
### Bug Fixes

* add missing post process effect to samples ([#17](https://github.com/happy-turtle/oit-unity/issues/17)) ([7984a98](https://github.com/happy-turtle/oit-unity/commit/7984a98e737c2abd36fc14f6dcfc2c40d07292bc))

## 3.0.0

### Added

- Add High-Definition Render Pipeline implementation of Order-Independent Transparency
- Add Universal Render Pipeline implementation of Order-Independent Transparency
- Support Vulkan and OpenGL by using SV_SampleIndex for MSAA support

### Changed

- Restructure package for different render pipelines using Assemblies
- Changed package name to avoid using protected names
- Update project description and demo scenes
- Various small shader and interface improvements and updates

## 2.0.0

### Changed

- Created a custom package and restructured the whole project to make installation with the Unity package manager
possible
- Improve performance by resetting linked list head buffer on GPU with a ComputeShader
File renamed without changes.
31 changes: 0 additions & 31 deletions Changelog.md

This file was deleted.