Files
Test-Multiplayer/Library/PackageCache/com.unity.render-pipelines.universal@bc6f352be672/Shaders/BakedLitMetaPass.hlsl
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

7 lines
185 B
HLSL

#ifndef UNIVERSAL_BAKEDLIT_META_PASS_INCLUDED
#define UNIVERSAL_BAKEDLIT_META_PASS_INCLUDED
#include "Packages/com.unity.render-pipelines.universal/Shaders/UnlitMetaPass.hlsl"
#endif