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:
parent
96313e7eb0
commit
784c89dd61
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue