Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Inheritance Hierarchy
- IShaderFormat
- FBaseShaderFormat
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include | #include "ShaderCompilerCommon.h" |
Syntax
class FBaseShaderFormat : public IShaderFormat
Overridden from IShaderFormat
| Type | Name | Description | |
|---|---|---|---|
| void | OutputDebugData
(
const FShaderCompilerInput& Input, |
Implement to output debug info for a single compile job. | |
| bool | PreprocessShader
(
const FShaderCompilerInput& Input, |
Execute all shader preprocessing steps, storing the output in the PreprocessOutput struct |