Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderCommonCompileJob
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachSingleShaderJob
(
const TFunction< void(const FShaderCompileJob&SingleJob)>& Predicate |
Calls the specified predicate for each single compile job, i.e. FShaderCompileJob and each stage of FShaderPipelineCompileJob. | |
| void | ForEachSingleShaderJob
(
const TFunction< void(FShaderCompileJob&SingleJob)>& Predicate |