Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/IRHICommandContext
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIContext.h |
| Include | #include "RHIContext.h" |
void RHISetDepthBounds
(
float MinDepth,
float MaxDepth
)
Remarks
Sets Depth Bounds range with the given min/max depth.
Parameters
| Name | 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 |