Development repository for FSR2 integration into Unity Post-Processing Stack V2.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nico de Poel 3912c66b0d Bind new locks to the accumulate shader as a regular SRV (read-only), and clear the locks buffer ahead of time instead of at the end of the accumulate shader. This simplifies the shader binding setup, as well as being "more correct" because we're using a temporary RT for the locks buffer, meaning it makes no sense to clear it for the next frame. 10 months ago
Assets Additional debug output 1 year ago
Packages Bind new locks to the accumulate shader as a regular SRV (read-only), and clear the locks buffer ahead of time instead of at the end of the accumulate shader. This simplifies the shader binding setup, as well as being "more correct" because we're using a temporary RT for the locks buffer, meaning it makes no sense to clear it for the next frame. 10 months ago
ProjectSettings Upgraded project to Unity 2022.3.47f1, enabled Trinity support and set up some initial resolution values 1 year ago
.gitignore Initial commit with clean version of PPV2 v3.2.2 3 years ago
.gitmodules Took FSR3 code and shaders out of the PPV2 package and replaced it with an FSR3 package reference 2 years ago