9 lines
176 B
HLSL
9 lines
176 B
HLSL
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
int3 {DataInterfaceName}_NumThreads;
|
|
|
|
int3 ReadNumThreads_{DataInterfaceName}()
|
|
{
|
|
return {DataInterfaceName}_NumThreads;
|
|
}
|