DragonJoker / Castor3D

Multi-OS 3D engine.
https://dragonjoker.github.io/Castor3D
MIT License
482 stars 21 forks source link

Implement a fallback when HDR is not supported by the swapchain. #621

Closed DragonJoker closed 10 months ago

DragonJoker commented 11 months ago

Currently it is only possible to define a single pixel format for the RenderTarget. It should be split between sRGB and HDR, to choose the correct one at runtime.