Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FShaderConductorContext
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h |
| Include | #include "ShaderConductorContext.h" |
| Source | /Engine/Source/Developer/ShaderCompilerCommon/Private/ShaderConductorContext.cpp |
static bool Disassemble
(
EShaderConductorIR Language,
const void * Binary,
uint32 BinaryByteSize,
TArray < ANSICHAR > & OutAssemblyText
)
Remarks
Disassembles the specified SPIR-V module and returns its assembly as text representation.