Files
UnrealEngine/Engine/Plugins/Animation/DeformerGraph/Shaders/Private/DataInterfaceSkinnedMeshExec.ush
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

9 lines
176 B
HLSL

// Copyright Epic Games, Inc. All Rights Reserved.
int3 {DataInterfaceName}_NumThreads;
int3 ReadNumThreads_{DataInterfaceName}()
{
return {DataInterfaceName}_NumThreads;
}