1
0
Fork 0

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.
This commit is contained in:
Fernando García Liñán 2021-07-24 07:04:39 +02:00
parent 96313e7eb0
commit 784c89dd61

View file

@ -79,7 +79,7 @@
<type>cubemap</type>
<width>128</width>
<height>128</height>
<format>r11g11b10f</format>
<format>rgb16f</format>
<min-filter>linear-mipmap-linear</min-filter>
<mag-filter>linear</mag-filter>
<wrap-s>clamp-to-edge</wrap-s>