IRHICommandContext::RHISetDepthBounds

Sets Depth Bounds range with the given min/max depth.

Windows
MacOS
Linux

Override Hierarchy

References

Module

RHI

Header

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

Include

#include "RHIContext.h"

Syntax

void RHISetDepthBounds
(
    float MinDepth,
    float MaxDepth
)

Remarks

Sets Depth Bounds range with the given min/max depth.

Parameters

Parameter

Description

MinDepth

The minimum depth for depth bounds test

MaxDepth

The maximum depth for depth bounds test. The valid values for fMinDepth and fMaxDepth are such that 0 <= fMinDepth <= fMaxDepth <= 1

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