Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderParameterParser
Description
Generates shader source code to declare a bindless resource or sampler (for automatic bindless conversion). May be overriden to allow custom implementations for different platforms.
| Name | GenerateBindlessParameterDeclaration |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterParser.h |
| Include Path | #include "ShaderParameterParser.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/ShaderParameterParser.cpp |
virtual FString GenerateBindlessParameterDeclaration
(
const FParsedShaderParameter & ParsedParameter
) const