Navigation
API > API/Runtime > API/Runtime/RHI
Inheritance Hierarchy
- FRHICommandBase
- FRHICommand
- FRHICommandSetDepthBounds
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICommandSetDepthBounds : public FRHICommand< FRHICommandSetDepthBounds, FRHICommandSetDepthBoundsString__LINE__ >
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | MaxDepth | ||
| float | MinDepth |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRHICommandSetDepthBounds
(
float InMinDepth, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RHI_void | Execute
(
FRHICommandListBase& CmdList |