AMD FidelityFX™ 在游戏中的命名指南
一套用于指导开发者如何在游戏用户界面中呈现选项以启用/禁用 AMD FidelityFX 效果的指南。
我们非常激动地与您分享最新版本的 AMD FidelityFX™ Super Resolution 3 (FSR 3) 技术,该技术已在 GPUOpen 上发布,并包含适用于 DirectX® 12 和 Unreal Engine 5 的完整源代码。

在“Forspoken”和“Immortals of Aveum”的预览发布后,我们很高兴看到玩家们对这项技术的反响。我们的工程师主要关注质量,在启用 VSync 的情况下,在高端高刷新率显示器上实现游戏流畅度的可衡量提升。
我们很高兴地确认,最新版本的 AMD FSR 3 包括了质量改进,并在帧率控制逻辑中扩展了对可变刷新率 (VRR) 显示器的支持。
AMD FreeSync™ 技术和 Adaptive Sync 是可变刷新率 (VRR) 技术的一种形式,通过这种技术,您的电脑显示器可以以最小的延迟和最高的性能呈现无卡顿、无撕裂的画面。这依赖于游戏以特定方式向图形驱动程序提供显示表面,以避免显示器出现撕裂线。
FSR 3 试图以尽可能小的帧间变化来控制帧率,同时考虑到在回调中需要完成的任何额外的 UI 渲染工作。这使得 VRR 行为良好,如下所示。

不良的帧率控制会导致问题的示例位于下方。如果两次画面刷新之间的间隔太小,显示器可能会认为我们超出了 VRR 范围。当启用 VSync 时,这将导致丢帧。当禁用 VSync 时,这将导致屏幕撕裂——即使游戏 FPS 值远在 VRR 范围之内。

需要注意的是,第三方提供的实用程序叠加层会产生 FSR 3 帧率控制算法可能无法测量和考虑的成本。叠加层应始终高效实现,并具有最小的 GPU 资源成本以最大程度地减少影响。如果支持硬件加速 GPU 调度,我们也建议将其打开以获得最佳的帧率控制效果。
FSR 3 为开发者提供了调试选项,无需额外的第三方叠加层即可检查帧率控制,以诊断可能的集成问题。
AMD FSR 3 可以配置为输出两个条形来辅助生成的帧,以方便集成调试。左侧有一个实心绿条,右侧有一个每帧颜色循环的条。这些条形可用于验证生成的帧是否
在右侧的条形上很容易看到撕裂线,因为多个颜色或一个不完整的条形会显示为已渲染。如果本应没有撕裂的地方出现了撕裂,则需要检查集成问题,例如可能存在干扰 FSR 3 自身高优先级时序线程的错误高优先级线程,或者 UI 回调渲染花费了过多时间,从而扰乱了时序。
在此模式下,除了撕裂线之外,输出的左上角可能会出现两个方块。红色方块表示光流算法检测到场景变化事件,历史记录将被丢弃。蓝色方块表示游戏请求在此帧应用重置——同样丢弃历史记录。

通过启用相应标志请求调试视图时,FrameInterpolationSwapChain 将仅呈现插值帧,并执行一个附加通道将内部表面可视化到输出中,以供调试。

将呈现以下表面
这可用于检查内部状态,开发者应确保看到合理的结果。例如,移动时应改变 GameMotionVectorFieldVectors 视口。如果场景中有未提供游戏运动矢量但会移动的物体,您应该期望在这些区域看到 OpticalFlowMotionVectorField 中的一些数据。此外,disocclusion mask 可用于确保深度格式和配置等项的正确性。
如果开发者对有助于集成 AMD FSR 3 的视图有任何其他想法,请告知您的 AMD 游戏工程代表。
虽然我们一直建议使用异步计算与 FSR 3 结合以获得更高的性能,但将其一步集成到引擎中可能更具挑战性。为了实现这一点,我们也启用了在用于呈现的主图形队列上运行光流和帧插值工作负载的能力。

这样做需要的内存稍少,但这意味着您无法重叠工作负载,因此总体性能可能会变慢。使用呈现队列可以实现更快的集成,这是我们首先推荐的选项,用于验证任何可能的集成质量问题。一旦 FSR 3 呈现队列集成正常工作, then move to async compute mode via the relevant context creation flags(然后通过相关的上下文创建标志移至异步计算模式)。
AMD FidelityFX Super Resolution 3 技术以源代码形式发布,采用 MIT 许可证,以实现最大程度的采用。我们建议开发者使用 AMD FidelityFX SDK DLL 版本将 FSR 3 集成到他们的游戏中,因为如果需要 AMD 的支持,这种方法将更容易调试,并且在 API 兼容性方面对于任何未来的更新也更具前瞻性。
FSR 3 是多年研究和开发的成果,旨在以开放和多平台的方式实现这项技术,我们很高兴最终能在 GPUOpen 上与您分享。
AMD FSR 3 源代码链接自我们新的 FSR 3 页面。
我们还提供了关于如何在游戏中描述 AMD FSR 3 及其配置选项的指南,以及本地化字符串。
如果您正在将 AMD FSR 3 集成到您的游戏中并需要协助,请联系您的 AMD 游戏工程代表。
最近,《阿凡达:潘多拉边境》与《Immortals of Aveum》和《Forspoken》一起,成为您可以体验 AMD FSR 3 的游戏。今天,我们很高兴地更新了已宣布将集成 AMD FSR 3 的未来游戏列表。

我们很乐意您加入我们快速增长的开发者行列——请访问我们全新的 FSR 3 页面,了解更多关于我们的 AMD FidelityFX Super Resolution 3 技术的信息,并立即下载。
我们还发布了我们的 Unreal Engine 5 插件——不要错过我们全新的 FSR 3 UE 插件页面,其中包含有关如何使用它的所有详细信息。作为给 Unreal Engine 开发者的额外福利,我们刚刚更新了我们的 Unreal Engine 性能指南,其中包含 FSR 3 的技巧。
我们迫不及待地想看到您使用 AMD FSR 3 能做出什么!
某些高刷新率显示器和显卡组合可能不支持显示器刷新率顶端的 VRR 功能。因此,您可能需要将显示器的最大刷新率设置为 VRR 支持的值。
FORSPOKEN © 2023 SQUARE ENIX CO., LTD. All Rights Reserved.
Immortals of Aveum © 2023 Electronic Arts Inc.
DirectX 是 Microsoft Corporation 在美国和/或其他国家/地区的注册商标或商标。
Unreal® 是 Epic Games, Inc. 在美国和其他地区的商标或注册商标。
Avatar: Frontiers of Pandora™ © 2023 20th Century Studios. Game Software excluding 20th Century Studios elements: © 2023 Ubisoft Entertainment. All Rights Reserved. Avatar: Frontiers of Pandora™ and the 20th Century Studios logo are trademarks of 20th Century Studios. Licensed to Ubisoft Entertainment by 20th Century Studios. Ubisoft and the Ubisoft logo are registered or unregistered trademarks of Ubisoft Entertainment in the U.S. and/or other countries.
11 BIT STUDIOS®, FROSTPUNK 2® are registered trademarks of 11 BIT STUDIOS S.A. © 11 BIT STUDIOS S.A. All other marks and trademarks are the property of their respective owners. All rights reserved.
The Alters © 2022 11 BIT STUDIOS S.A. All rights reserved.
Ascendant Studios logo © 2022 Ascendant Studios, LLC.
Black Myth: Wukong copyright © Game Science Interactive Technology Co., Ltd. All Rights Reserved
CD PROJEKT®, CD PROJEKT RED®, the CD PROJEKT RED® logo, Cyberpunk®, Cyberpunk 2077®, and the Cyberpunk 2077® logo are registered trademarks of CD PROJEKT S.A. © 2020 CD PROJEKT S.A. All rights reserved.
Crimson Desert copyright © Pearl Abyss Corp. All Rights Reserved.
Enduring Games © copyright 2023 Enduring Games® Inc.
EVE Online® and the EVE Online logo are the registered trademarks of CCP ehf. All rights are reserved worldwide. All other trademarks are the property of their respective owners. EVE Online, the EVE Online logo, EVE, and all associated logos and designs are the intellectual property of CCP ehf. CCP Games and the CCP logo are the registered trademarks of CCP ehf.
FARMING SIMULATOR 22 © 2021 GIANTS Software. Farming Simulator, GIANTS Software 及其标志是 GIANTS Software 的商标或注册商标。保留所有权利。所有其他名称、商标和标志均为其各自所有者的财产。
Like a Dragon Gaiden: The Man Who Erased His Name and Like a Dragon: Infinite Wealth © SEGA. All rights reserved. SEGA is registered in the U.S. Patent and Trademark Office. SEGA, the SEGA logo, Yakuza and LIKE A DRAGON are registered trademarks or trademarks of SEGA CORPORATION or its affiliates. All other trademarks, logos and copyrights are property of their respective owners.
Massive Entertainment – a Ubisoft studio. © 2023 Ubisoft Entertainment. All Rights Reserved. Ubisoft, Massive and their logos are trademarks of Ubisoft.
Pax Dei © 2023 Mainframe Industries, all rights reserved. Pax Dei is protected through EU and international trademark registrations of Mainframe Industries. Other trademarks belong to their respective owners.
Reflector logo © 2023 Reflector Entertainment Ltd. All rights reserved. © Bandai Namco Entertainment America Inc.
Squad © 2023 Offworld Industries Ltd. Offworld Industries® and the Offworld logo are both registered Canadian trademarks.
SQUARE ENIX and the SQUARE ENIX logo are registered trademarks or trademarks of Square Enix Holdings Co., Ltd.
Starfield © 2023 ZeniMax Media Inc. Starfield, Bethesda, Bethesda Game Studios, Bethesda Softworks, ZeniMax and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the U.S. and/or other countries. All Rights Reserved.
Starship Troopers™ & © 2023 TriStar Pictures, Inc. All Rights Reserved. Published by Offworld Industries Ltd. Game software excluding TriStar Pictures, Inc. elements: © 2023 Offworld Industries Ltd. All Rights Reserved.
Warhammer 40,000: Darktide © Copyright Games Workshop Limited 2022. Darktide, the Darktide logo, GW, Games Workshop, Space Marine, 40K, Warhammer, Warhammer 40,000, 40,000, the ‘Aquila’ Double-headed Eagle logo, and all associated logos, illustrations, images, names, creatures, races, vehicles, locations, weapons, characters, and the distinctive likeness thereof, are either ® or TM, and/or © Games Workshop Limited, variably registered around the world, and used under licence. All rights reserved to their respective owners.
Warhammer 40,000: Space Marine 2 © Games Workshop Limited 2022. Space Marine, the Space Marine logo, GW, Games Workshop, Space Marine, 40K, Warhammer, Warhammer 40,000, 40,000, the ‘Aquila’ Double-headed Eagle logo, and all associated logos, illustrations, images, names, creatures, races, vehicles, locations, weapons, characters, and the distinctive likeness thereof, are either ® or TM, and/or © Games Workshop Limited, variably registered around the world, and used under license. Focus Entertainment, Focus Home Interactive and their logos are trademarks or registered trademarks of Focus Home Interactive. Saber Interactive and its logos are trademarks or registered trademarks of Saber Interactive. All rights reserved to their respective owners.
Warhammer Age of Sigmar: Realms of Ruin © Copyright Games Workshop Limited 2023. Warhammer Age of Sigmar, the Warhammer Age of Sigmar logo, Realms of Ruin logo, GW, Games Workshop, Warhammer, Warhammer Age of Sigmar, Stormcast Eternals, and all associated logos, illustrations, images, names, creatures, races, vehicles, locations, weapons, characters, and the distinctive likeness thereof, are either ® or TM, and/or © Games Workshop Limited, variably registered around the world, and used under licence. Sourcecode and technology © Frontier Developments plc 2023. ‘Frontier’ and the Frontier Developments logo are trademarks of Frontier Developments, plc. All rights reserved.
本文使用的其他产品名称仅用于标识目的,可能为其各自所有者的商标。