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
982c41cc20
Refactoring work:
- Reworked input/output resource management using a new ResourceView struct, which encompasses all relevant data required to bind textures from various sources.
This eliminates the need for resource binding code outside of the core FSR2 classes, and makes the public API more strict and consistent, but also more flexible. In addition, it allows the input/output resource debug checks to happen every frame for that frame.
- Changed prebaked RCAS configurations into an array, as there is no need for a dynamically sized list here.
- Renamed Pipelines to Passes.
2 years ago
..
Fsr2.cs
Refactoring work:
2 years ago
Fsr2.cs.meta
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2Callbacks.cs
Refactored mipmap bias callbacks such that the render pipeline integration does not need to maintain any bias offset state.
3 years ago
Fsr2Callbacks.cs.meta
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2Context.cs
Refactoring work:
2 years ago
Fsr2Context.cs.meta
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2Pass.cs
Refactoring work:
2 years ago
Fsr2Pass.cs.meta
Refactoring work:
2 years ago
Fsr2Resources.cs
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2Resources.cs.meta
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2ShaderIDs.cs
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago
Fsr2ShaderIDs.cs.meta
Added modified Post-Processing Stack V2 package with fully integrated FSR 2.2 upscaling, presented as one of the anti-aliasing options.
3 years ago