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 9c377cc144 Use derived classes to reference passes. 2 years ago
..
FfxContextBase.cs Simplified handling of compute buffer data by wrapping it inside a helper class 2 years ago
FfxContextBase.cs.meta Created an abstract base class for context objects, with a few common helper methods 2 years ago
FfxEnums.cs Moved duplicated BackbufferTransferFunction enum to a common enums file 2 years ago
FfxEnums.cs.meta Moved duplicated BackbufferTransferFunction enum to a common enums file 2 years ago
FfxPassBase.cs Made the pass classes sealed, which is a more sensible way to please the compiler about using virtual methods inside constructors. 2 years ago
FfxPassBase.cs.meta Abstracted some of the common pass code into a new base class for passes. 2 years ago
FfxResourcesBase.cs Created additional shared helped methods for creating lookup textures and the Lanczos2 LUT 2 years ago
FfxResourcesBase.cs.meta Moved all create/destroy methods for various types of resources to a new common base class 2 years ago
FfxSpd.cs Further generalized SPD constants and setup 2 years ago
FfxSpd.cs.meta Moved SPD setup method into a separate common FfxSpd class 2 years ago
FfxUtils.cs Moved SetupDeviceDepthToViewSpaceDepthParams to the common FfxUtils class 2 years ago
FfxUtils.cs.meta Moved a number of shared static helper methods to a new FfxUtils class 2 years ago
ResourceView.cs First import of combined FSR2/3 core assets package 2 years ago
ResourceView.cs.meta First import of combined FSR2/3 core assets package 2 years ago