FVulkanDynamicRHI::RHIReadSurfaceData​ incorrect for FLinearColor​.

UE - Rendering Architecture - RHI - Mar 4, 2024

The FLinearColor implementation for FVulkanDynamicRHI is incorrect. FLinearColor stores 32 bit floats in linear space, while FColor stores 8 bit integers encoded with sRGB applied. The implementatio ...

PSO Creation hangs on task in Shipping build

UE - Rendering Architecture - RHI - Nov 27, 2023

Running with `r.AsyncPipelineCompile=0` causes the issue not to happen. It fails to open about 4 times out of 5. No such problem in development build., it always succeeds. We noticed that if we de ...

Crash when copying PF_Stencil format from the GPU to the CPU

UE - Rendering Architecture - RHI - Oct 18, 2023

This is a crash related to copying depth-stencil render targets to the CPU. See linked UDN for more info. ...

Assert when toggling RHIThread

UE - Rendering Architecture - RHI - Oct 12, 2023

Crashes occur when creating a static texture from a non-HDR Cube Render Target in DirectX12

UE - Rendering Architecture - RHI - Sep 11, 2023

While working with DirectX 12 in the project settings, the editor crashes by check() code when attempting to create a static texture from a non-HDR Cube Render Target asset. This crash doesn't occur ...

Gauntlet test warnings in QAGame Win64 Development BootTest

UE - Rendering Architecture - RHI - Sep 6, 2023

QAGame Win64 Development BootTest: * Ensure: Ensure condition failed: oldValue == newValue [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Core\Private\HAL\ThreadingBase.cpp] [Line: 311] oldVal ...

Unable to load ASTC_HDR cube texture on IOS

UE - Rendering Architecture - RHI - Jul 24, 2023

Project include a hdr texture "desert_outer_hdr" Texture size is 512*512*6, compressed with ASTC 6x6 HDR profile Stride should be: ceil(512/6)*16 = 1376 bytes However, if connect to xcode debug, ...

Editor crash when the renderdoc.captureframecount is set more than 1

UE - Rendering Architecture - RHI - Jun 27, 2023

Movie Scene Capture - DX12 Render Artifacts and Delay

UE - Rendering Architecture - RHI - Jun 19, 2023

If using the Legacy renderer (Movie Scene Capture) with DefaultRHI DirectX12, there's new delay and also some frames get weird artifacts.   However, the delay and artifacts do not appear when using ...

Race condition in cached mesh draw commands removal.

UE - Rendering Architecture - RHI - Apr 21, 2023

A wait was removed from UpdateAllPrimitivesSceneInfos that introduced a race condition with mesh draw command caching. ...