Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include | #include "Shader.h" |
Syntax
class FShaderParameterBindings
Remarks
Stores all shader parameter bindings and their corresponding offset and size in the shader's parameters struct.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMemoryImageArray< FBindlessResourceParameter > | BindlessResourceParameters | ||
| TMemoryImageArray< FParameterStructReference > | GraphUniformBuffers | ||
| TMemoryImageArray< FParameterStructReference > | ParameterReferences | ||
| TMemoryImageArray< FParameter > | Parameters | ||
| TMemoryImageArray< FResourceParameter > | ResourceParameters | ||
| uint16 | RootParameterBufferIndex | Buffer index of FShaderParametersMetadata::kRootUniformBufferBindingName. | |
| uint32 | StructureLayoutHash | Hash of the shader parameter structure when doing the binding. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BindForLegacyShaderParameters
(
const FShader* Shader, |
||
| void | BindForRootShaderParameters
(
const FShader* Shader, |
||
| RENDERCORE_API const FTypeLayoutDesc & | |||
| RENDERCORE_API FTypeLayoutDesc & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FBindlessResourceParameter | |||
| FParameter | |||
| FParameterStructReference | |||
| FResourceParameter | |||
| InternalLinkType | |||
| InternalLinkType< COUNTER-CounterBase > |
Typedefs
| Name | Description |
|---|---|
| DerivedType | |
| InternalBaseType |
Constants
| Name | Description |
|---|---|
| CounterBase | |
| InterfaceType | |
| kInvalidBufferIndex |