Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContext
- IRHICommandContext::RHISetUAVParameter()
- FOpenGLDynamicRHI::RHISetUAVParameter()
- FNullDynamicRHI::RHISetUAVParameter()
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
void RHISetUAVParameter
&40;
FRHIPixelShader &42; PixelShader,
uint32 UAVIndex,
FRHIUnorderedAccessView &42; UAV
&41;
Remarks
Sets a pixel shader UAV parameter.
Parameters
| Name | Description |
|---|---|
| PixelShader | The pixel shader to set the UAV for. |
| UAVIndex | The index of the UAVIndex. |
| UAV | The new UAV. |