ValidateShaderParameters

Validates that all resource parameters of a shader are set.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/ShaderParameterStruct.h

Include

#include "ShaderParameterStruct.h"

Source

/Engine/Source/Runtime/RenderCore/Private/ShaderParameterStruct.cpp

Syntax

void ValidateShaderParameters
(
    const TShaderRef< FShader > & Shader,
    const FShaderParametersMetadata * ParametersMetadata,
    const void * Parameters
)

Remarks

Validates that all resource parameters of a shader are set.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss