Goshido / android-vulkan

This repository is a project for learning Vulkan API, constraint based 3D physics, Lua scripting, spatial sound rendering, HTML+CSS UI rendering.
30 stars 3 forks source link

Tone mapper #61

Closed Goshido closed 1 year ago

Goshido commented 1 year ago

It's needed to develop automatic tone mapper into pbr subproject. Tone mapper should mimic autoexposure and human eyes adaptation.

Steps

Goshido commented 1 year ago

AMD SPD average brightness has been implemented. The result has been compared with brute force average brightness using float64. There is a noticeable precision difference.