Files
UShaderLab/Shaders/Private/ShaderLabUEFunctions.ush
2026-07-01 15:10:51 +08:00

11 lines
503 B
Plaintext

// Copyright FlecsProj. All Rights Reserved.
//
// Aggregator for the ShaderLab `UE_` HLSL library functions. This header only includes the per-category
// implementation files under UEFunctions/. It is auto-included into every generated Custom node (so the
// forwarders compile) and pulled in by the ShaderLab.ush authoring umbrella (so they complete in the IDE).
#pragma once
#include "/Plugin/ShaderLab/Private/UEFunctions/Noise.ush"
#include "/Plugin/ShaderLab/Private/UEFunctions/Transform.ush"