Navigation
API > API/Runtime > API/Runtime/NullDrv > API/Runtime/NullDrv/FNullDynamicRHI
- IRHICommandContext::RHISetDepthBounds()
- FNullDynamicRHI::RHISetDepthBounds()
References
| Module | NullDrv |
| Header | /Engine/Source/Runtime/NullDrv/Public/NullRHI.h |
| Include | #include "NullRHI.h" |
virtual void RHISetDepthBounds
&40;
float MinDepth,
float MaxDepth
&41;
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 |