Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FShaderParameterParser
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/ShaderParameterParser.h |
| Include | #include "ShaderParameterParser.h" |
Syntax
struct FPlatformConfiguration
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStringView | ConstantBufferType | ||
| TConstArrayView< FStringView > | ExtraSRVTypes | ||
| TConstArrayView< FStringView > | ExtraUAVTypes | ||
| EShaderParameterParserConfigurationFlags | Flags |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPlatformConfiguration
(
FStringView InConstantBufferType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GenerateBindlessAccess
(
EBindlessConversionType BindlessType, |
Generate shader code for accessing a bindless resource or sampler |