Files
UnrealEngine/Engine/Shaders/Private/Lumen/LumenScreenProbeImportanceSamplingShared.ush
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

8 lines
149 B
HLSL

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#define NUM_PDF_SH_COEFFICIENTS 9
Buffer<float> BRDFProbabilityDensityFunctionSH;