Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/IShaderFormat
| Type | Name | Description | |
|---|---|---|---|
| void | CompilePreprocessedShader
(
const FShaderCompilerInput& Input, |
Compile the specified preprocessed shader; only called if SupportsIndependentPreprocessing returns true | |
| void | CompilePreprocessedShader
(
const FShaderCompilerInput& Input, |
Compile the specified preprocessed shaders; only called if SupportsIndependentPreprocessing returns true, and the call to RequiresSecondaryCompile given the first preprocess output also returns true. |