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; only called if SupportsIndependentPreprocessing returns true. |