You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
More work to do but this is a minimal functional starting point. #rb halfdan.ingvarsson #preflight 609da63e046b9d00010b8246 [CL 16321681 by Jeremy Moore in ue5-main branch]
11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
|
|
#include "/Engine/Private/Common.ush"
|
|
#include "/Engine/Private/ComputeKernelCommon.ush"
|
|
|
|
[numthreads(32, 1, 1)]
|
|
KERNEL_ENTRY_POINT(ComputeKernelNull)
|
|
{
|
|
}
|