IRHICommandContext::RHISetUAVParameter

Sets a compute shader UAV parameter.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIContext.h

Include

#include "RHIContext.h"

Syntax

void RHISetUAVParameter
(
    FRHIComputeShader * ComputeShader,
    uint32 UAVIndex,
    FRHIUnorderedAccessView * UAV
)

Remarks

Sets a compute shader UAV parameter.

Parameters

Parameter

Description

ComputeShader

The compute shader to set the UAV for.

UAVIndex

The index of the UAVIndex.

UAV

The new UAV.

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