Navigation
API > API/Runtime > API/Runtime/RHI
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
uint32 RHIGetHTilePlatformConfig
(
const FRHITextureDesc& DepthDesc |
DynamicRHI.h | ||
uint32 RHIGetHTilePlatformConfig
(
uint32 DepthWidth, |
DynamicRHI.h |
RHIGetHTilePlatformConfig(const FRHITextureDesc &)
| Name | RHIGetHTilePlatformConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
uint32 RHIGetHTilePlatformConfig
(
const FRHITextureDesc & DepthDesc
)
RHIGetHTilePlatformConfig(uint32, uint32)
| Name | RHIGetHTilePlatformConfig |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
uint32 RHIGetHTilePlatformConfig
(
uint32 DepthWidth,
uint32 DepthHeight
)