You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Problem: Unoptimized OIDN models use the constant operator which is currently not implemented in HLSL. This makes it impossible to test fp16 support. Solution: Implement constant operator. Tested: * Win64 Standalone tests: all * Win64 Editor tests: all * Console tests: smoke, constant, intializer #jira UE-221751 #rb florent.guinier #rnx #virtualized [CL 35588798 by max striebel in ue5-main branch]