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
原文:https://www.cnblogs.com/sunchuankai/p/13885741.html