From 700f150e4e43a8fa2a419dcafe2366b398ae39b0 Mon Sep 17 00:00:00 2001 From: stu mckenna Date: Thu, 14 Sep 2023 18:01:55 -0400 Subject: [PATCH] - Fix issue with wave ops for specific platforms - WavePrefixSum(1) was giving bogus data back on some platforms, so switched to WavePrefixCountBits(true) which is more optimal and works across all platforms [FYI] devon.penney [CL 27897932 by stu mckenna in ue5-main branch] --- Engine/Build/Commit.gitdeps.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Engine/Build/Commit.gitdeps.xml b/Engine/Build/Commit.gitdeps.xml index bc72e0f77d66..74222b905a7c 100644 --- a/Engine/Build/Commit.gitdeps.xml +++ b/Engine/Build/Commit.gitdeps.xml @@ -76518,7 +76518,7 @@ - + @@ -119402,7 +119402,6 @@ - @@ -137870,6 +137869,7 @@ + @@ -165397,6 +165397,7 @@ + @@ -167613,7 +167614,6 @@ -