Skip to content

SDK Structure

The AMD FidelityFX SDK is comprised of several main components, organised to make sure you have a good experience exploring and learning about the different techniques implemented by the SDK.

The core components which would ultimately ship in your application are separated for convenient integration in your project’s source code.

SDK

Includes

The SDK contains everything needed to ship all of our FidelityFX effects in your application:

  • Host side includes and source for all of our effect components, which represent the pre-built easy to use library for easier effect integration.
  • A collection of HLSL and GLSL shaders and associated assets, which would ultimately ship in your application.

Libraries and DLLs

A collection of pre-built runtime libraries to automate the usage of the FidelityFX SDK and make integration as simple as possible.

Docs

A collection of detailed markdown documents.

Samples

The FidelityFX SDK comes complete with numerous examples which demonstrate use of the effects implemented by the SDK.

The SDK features a collection of sample applications in the Samples sub-folder which are dependent on the SDK headers and DLLs. Each sample application demonstrates how a technique (or techniques) should be integrated into your application. The samples present lots of options to allow you to evaluate and explore the technique before undertaking an integration.

Dependencies

The SDK samples are dependent upon our backing FidelityFX Cauldron Framework and various common render modules.

The ./Kits/Cauldron2 location is where out Cauldron framework can be found as well as a number of render modules for commonly used rendering features (rendermodules).

The architecture of the AMD FidelityFX SDK implies a set of dependencies between the components. The image below shows which components depend on which other components, and which you might ultimately depend upon in your application.

imageimage

Media

Media delivery for the AMD FidelityFX SDK is handled via remote download into the Media/cauldronmedia subfolder.

Simply run the UpdateMedia.bat file in the root directory to fetch the latest version of the FidelityFX SDK content.

When fetching content for updated code packages from github, please first run ClearMediaCache.bat to ensure fetching of the latest content.