Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Description
Renames the fixed-size entry point name (which must be "main_00000000_00000000") to the formatted name including a CRC over the module. Returns the new entry point name.
| Name | PatchSpirvEntryPointWithCRC |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/SpirvCommon.cpp |
const ANSICHAR * PatchSpirvEntryPointWithCRC
(
FSpirv & Spirv,
uint32 & OutCRC
)