From 784c89dd61aed013ef53276e9a006f6179d5126b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Garc=C3=ADa=20Li=C3=B1=C3=A1n?= Date: Sat, 24 Jul 2021 07:04:39 +0200 Subject: [PATCH] HDR pipeline: do not use the r11g11b10f format Not every GPU supports it under a compatibility context. This is an optimization to reduce bandwidth anyway, so we should be fine using rgb16f for now. --- Compositor/HDR/hdr.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compositor/HDR/hdr.xml b/Compositor/HDR/hdr.xml index 0048e8abf..a2f33e7cb 100644 --- a/Compositor/HDR/hdr.xml +++ b/Compositor/HDR/hdr.xml @@ -79,7 +79,7 @@ cubemap 128 128 - r11g11b10f + rgb16f linear-mipmap-linear linear clamp-to-edge