FNullDynamicRHI::RHISetShaderSampler

Sets sampler state.

Windows
MacOS
Linux

Override Hierarchy

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullRHI.h

Include

#include "NullRHI.h"

Syntax

virtual void RHISetShaderSampler
(
    FRHIComputeShader * ComputeShader,
    uint32 SamplerIndex,
    FRHISamplerState * NewState
)

Remarks

Sets sampler state.

Parameters

Parameter

Description

ComputeShader

The compute shader to set the sampler for.

SamplerIndex

The index of the sampler.

NewState

The new sampler state.

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