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