Files
UnrealEngine/Engine/Shaders/Private/GPUMessaging.usf
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 lines
184 B
HLSL

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Common.ush"
#include "GPUMessaging.ush"
[numthreads(1, 1, 1)]
void ClearMessageBuffer()
{
GPUMessageDataBuffer[0] = 0;
}