ValidateShaderParameterResourcesRHI

Validates that all resource parameters of a uniform buffer 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 ValidateShaderParameterResourcesRHI
(
    const void * Contents,
    const FRHIUniformBufferLayout & Layout
)

Remarks

Validates that all resource parameters of a uniform buffer 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