Initial AGX Impl

This commit is contained in:
Gary M
2024-05-31 18:38:38 -07:00
parent 806bff19f4
commit c22f8e3607
2 changed files with 63 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>