USF, USH Grammar
FooBarComputeShader.usf // Compute shader that does foobar on the GPU #pragma once // File shared across all Plugin's shaders #include "FooCommon.usf" #include "FooBar.usf"
ush作为headfile定义函数和include,一般用usf
FooBarComputeShader.usf // Compute shader that does foobar on the GPU #pragma once // File shared across all Plugin's shaders #include "FooCommon.usf" #include "FooBar.usf"
ush作为headfile定义函数和include,一般用usf