|
|
@ -1,4 +1,4 @@ |
|
|
// Copyright (c) 2023 Nico de Poel
|
|
|
|
|
|
|
|
|
// Copyright (c) 2024 Nico de Poel
|
|
|
//
|
|
|
//
|
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
|
@ -24,6 +24,7 @@ using System.Collections.Generic; |
|
|
using UnityEngine; |
|
|
using UnityEngine; |
|
|
using UnityEngine.Experimental.Rendering; |
|
|
using UnityEngine.Experimental.Rendering; |
|
|
using FidelityFX; |
|
|
using FidelityFX; |
|
|
|
|
|
using FidelityFX.FSR3; |
|
|
|
|
|
|
|
|
namespace UnityEngine.Rendering.PostProcessing |
|
|
namespace UnityEngine.Rendering.PostProcessing |
|
|
{ |
|
|
{ |
|
|
|