Files
UnrealEngine/Engine/Plugins/Animation/DeformerGraph/Shaders/Private/DataInterfaceSkinnedMeshExec.ush
2025-05-18 13:04:45 +08:00

9 lines
176 B
HLSL

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