issues
search
Phyronnaz
/
HLSLMaterial
HLSL Material for Unreal Engine
MIT License
490
stars
67
forks
source link
How can I use #include to add external file into the current .hlsl file?
#9
Open
ChaelKenway
opened
2 years ago
ChaelKenway
commented
2 years ago
I met these matters:
when using include, UE5 only supports .usf or .ush
simply using #include "basic.usf" does not work, how to write the correct path so UE can find it?
I met these matters: