|
|
|
@ -33,8 +33,6 @@ namespace FidelityFX |
|
|
|
/// </summary>
|
|
|
|
internal abstract class Fsr3UpscalerPass: IDisposable |
|
|
|
{ |
|
|
|
internal const int ShadingChangeMipLevel = 4; // This matches the FFX_FSR3UPSCALER_SHADING_CHANGE_MIP_LEVEL define
|
|
|
|
|
|
|
|
protected readonly Fsr3Upscaler.ContextDescription ContextDescription; |
|
|
|
protected readonly Fsr3UpscalerResources Resources; |
|
|
|
protected readonly ComputeBuffer Constants; |
|
|
|
|