Merge branch 'agx-tonemapping' of https://github.com/GaryMcWhorter/FlaxEngine into GaryMcWhorter-agx-tonemapping

This commit is contained in:
Wojtek Figat
2024-09-12 07:58:01 +02:00
2 changed files with 67 additions and 0 deletions

View File

@@ -52,6 +52,11 @@ API_ENUM() enum class ToneMappingMode
/// The ACES Filmic reference tonemapper (approximation).
/// </summary>
ACES = 2,
/// <summary>
/// The AGX tonemapper.
/// </summary>
AGX = 3,
};
/// <summary>