You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
OpenGL ES and Metal use framebuffer fetch. Vulkan uses dual source blending. For Vulkan and OpenGL ES there is a fallback shader permutation for drivers that don't support this. The fallback is the same as the existing solution that uses regular blending (i.e. looks different). Others uses dual source blending and we force use of DXC for those shaders. #rb Dmitriy.Dyomin, Florin.Pascu [CL 29245271 by florian penzkofer in ue5-main branch]