Browse Source

Some renaming

Panagiotis Christopoulos Charitos 4 years ago
parent
commit
df0a54627b

+ 2 - 2
AnKi/Renderer/Scale.cpp

@@ -14,8 +14,8 @@
 #	pragma GCC diagnostic ignored "-Wignored-qualifiers"
 #endif
 #define A_CPU
-#include <ThirdParty/Fsr/ffx_a.h>
-#include <ThirdParty/Fsr/ffx_fsr1.h>
+#include <ThirdParty/FidelityFX/ffx_a.h>
+#include <ThirdParty/FidelityFX/ffx_fsr1.h>
 #if ANKI_COMPILER_GCC_COMPATIBLE
 #	pragma GCC diagnostic pop
 #endif

+ 2 - 2
AnKi/Shaders/Fsr.ankiprog

@@ -28,7 +28,7 @@ layout(push_constant, std430) uniform b_pc
 #define A_GPU 1
 #define A_GLSL 1
 #define A_HALF 1
-#include <ThirdParty/Fsr/ffx_a.h>
+#include <ThirdParty/FidelityFX/ffx_a.h>
 
 #if SHARPEN
 #	define FSR_RCAS_H 1
@@ -66,7 +66,7 @@ AH3 FsrEasuSampleH(AF2 p)
 }
 #endif
 
-#include <ThirdParty/Fsr/ffx_fsr1.h>
+#include <ThirdParty/FidelityFX/ffx_fsr1.h>
 // FSR end
 
 layout(local_size_x = 8, local_size_y = 8) in;

+ 0 - 0
ThirdParty/Fsr/ffx_a.h → ThirdParty/FidelityFX/ffx_a.h


+ 0 - 0
ThirdParty/Fsr/ffx_fsr1.h → ThirdParty/FidelityFX/ffx_fsr1.h


+ 2 - 2
Tools/Android/GenerateAndroidProject.py

@@ -77,8 +77,8 @@ def main():
         os.symlink(os.path.join(this_script_dir, "../../EngineAssets"),
                    os.path.join(project_dir, "assets/EngineAssets"))
         os.mkdir(os.path.join(project_dir, "assets/ThirdParty/"))
-        os.symlink(os.path.join(this_script_dir, "../../ThirdParty/Fsr"),
-                   os.path.join(project_dir, "assets/ThirdParty/Fsr"))
+        os.symlink(os.path.join(this_script_dir, "../../ThirdParty/FidelityFX"),
+                   os.path.join(project_dir, "assets/ThirdParty/FidelityFX"))
         os.symlink(ctx.asserts_dir, os.path.join(project_dir, "assets/Assets"))
 
     # Write the asset directory structure to a file