Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/IShaderFormat
Description
Implement to output a minimal set of debug info based solely on the compile input. This is invoked when preprocessing fails.
| Name | OutputDebugDataMinimal |
| Type | function |
| Header File | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/IShaderFormat.h |
| Include Path | #include "Interfaces/IShaderFormat.h" |
virtual void OutputDebugDataMinimal
(
const FShaderCompilerInput & Input,
FShaderDebugDataContext & Ctx
) const