Tag Archives: DirectCompute

HDR Tone Mapping C++ DirectCompute Sample

The sample shows how to calculate average luminance of an image using parallel reduction, and then apply it to tone mapping. Additionally, blur and bloom effects can be calculated both on compute and pixel shaders (for comparison) and then rendered. It also demonstrates how to setup and run image post-processing on a compute shader, it modifies […]