Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FVertexFactoryShaderParameters
Description
Gets the vertex factory's shader bindings and vertex streams. View can be null when caching mesh draw commands (only for supported vertex factories)
| Name | GetElementShaderBindings |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/VertexFactory.h |
| Include Path | #include "VertexFactory.h" |
void GetElementShaderBindings
(
const class FSceneInterface * Scene,
const class FSceneView * View,
const class FMeshMaterialShader * Shader,
const EVertexInputStreamType InputStreamType,
ERHIFeatureLevel::Type FeatureLevel,
const class FVertexFactory * VertexFactory,
const struct FMeshBatchElement & BatchElement,
class FMeshDrawSingleShaderBindings & ShaderBindings,
FVertexInputStreamArray & VertexStreams
) const