Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
Container for all special case SPIR-V identifiers generated by ShaderConductor.
| Name | FShaderConductorIdentifierTable |
| Type | struct |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderConductorContext.h |
| Include Path | #include "ShaderConductorContext.h" |
Syntax
struct FShaderConductorIdentifierTable
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DummySampler | const ANSICHAR * | Identifier for dummy samplers used for platforms where samplers are required | ShaderConductorContext.h | |
| GlobalsUniformBuffer | const ANSICHAR * | Identifier for globals uniform buffers: "$Globals". | ShaderConductorContext.h | |
| InputAttribute | const ANSICHAR * | Identifier for vertex input attributes: "in.var.ATTRIBUTE". | ShaderConductorContext.h | |
| IntermediateTessControlOutput | const ANSICHAR * | Identifier for the intermediate output variable in a tessellation-control shader. | ShaderConductorContext.h |