Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include | #include "SpirvCommon.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/SpirvCommon.cpp |
void ParseSpirvGlobalVariables
(
const FSpirv & Spirv,
SpvStorageClass StorageClass,
TArray < FString > & OutVariableNames
)
Remarks
Parse global variables (anything but function local variables) of specified storage class from the specified SPIR-V module.