diff options
Diffstat (limited to 'servers/rendering/renderer_rd/effects/fsr2.cpp')
-rw-r--r-- | servers/rendering/renderer_rd/effects/fsr2.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/servers/rendering/renderer_rd/effects/fsr2.cpp b/servers/rendering/renderer_rd/effects/fsr2.cpp index 551ea5dd97..36f2c6ec92 100644 --- a/servers/rendering/renderer_rd/effects/fsr2.cpp +++ b/servers/rendering/renderer_rd/effects/fsr2.cpp @@ -2,9 +2,11 @@ /* fsr2.cpp */ /**************************************************************************/ /* This file is part of: */ -/* GODOT ENGINE */ -/* https://godotengine.org */ +/* REDOT ENGINE */ +/* https://redotengine.org */ /**************************************************************************/ +/* Copyright (c) 2024-present Redot Engine contributors */ +/* (see REDOT_AUTHORS.md) */ /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ /* */ @@ -543,7 +545,7 @@ FSR2Effect::FSR2Effect() { Vector<String> modes; modes.push_back(""); - // Since Godot currently lacks a shader reflection mechanism to persist the name of the bindings in the shader cache and + // Since Redot currently lacks a shader reflection mechanism to persist the name of the bindings in the shader cache and // there's also no mechanism to compile the shaders offline, the bindings are created manually by looking at the GLSL // files included in FSR2 and mapping the macro bindings (#define FSR2_BIND_*) to their respective implementation names. // |