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

posted @ 2020-10-27 16:46  Cullchestar  阅读(189)  评论(0)    收藏  举报