Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Curious-Company's avatar
Curious-Company
Honored Guest
4 years ago
Solved

Enabling Subpasses for Tone Mapping

Hello everyone,   im trying to get Vulkan Subpasses for Tone Mapping to work on Quest 2 as described here: https://developer.oculus.com/documentation/unreal/unreal-tonemapping   The article make...
  • pro_zac's avatar
    4 years ago

    Tonemap subpass has not been ported to UE5 yet. The shader compiler is different in UE5, so it's more complicated than just copying over from 4.27. Expect this will be available in the near future. (It's actively being worked on.)

     

    The "Rendering Techniques" sample is an older and less efficient way of implementing LUTs. The patch for it won't work with UE5. 

     

    So, the current options are use the 4.27 fork or wait for the feature to be ported to UE5.