Navigation
API > API/Runtime > API/Runtime/RenderCore
Description
Dumps shader pipeline stats to the log. Does not include material (eg shader pipeline instance) information.
| Name | DumpShaderPipelineStats |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include Path | #include "Shader.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/Shader.cpp |
void DumpShaderPipelineStats
(
EShaderPlatform Platform
)
Parameters
| Name | Remarks |
|---|---|
| Platform | Platform to dump shader info for, use SP_NumPlatforms for all |