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