Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Description
Returns the string representation of the specified SPIR-V built-in variable, e.g. SpvBuiltInPosition to TEXT("gl_Position"). Returns nullptr for invalid value.
| Name | SpirvBuiltinToString |
| 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 TCHAR * SpirvBuiltinToString
(
const SpvBuiltIn BuiltIn
)