Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIDepthRenderTargetView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIResources.h | |||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
Common case | RHIResources.h | |
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
RHIResources.h | ||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
RHIResources.h | ||
FRHIDepthRenderTargetView
(
FRHITexture* InTexture, |
RHIResources.h |
FRHIDepthRenderTargetView()
| Name | FRHIDepthRenderTargetView |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FRHIDepthRenderTargetView()
FRHIDepthRenderTargetView(FRHITexture *, ERenderTargetLoadAction, ERenderTargetStoreAction)
Description
Common case
| Name | FRHIDepthRenderTargetView |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FRHIDepthRenderTargetView
(
FRHITexture * InTexture,
ERenderTargetLoadAction InLoadAction,
ERenderTargetStoreAction InStoreAction
)
FRHIDepthRenderTargetView(FRHITexture *, ERenderTargetLoadAction, ERenderTargetStoreAction, FExclusiveDepthStencil)
| Name | FRHIDepthRenderTargetView |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FRHIDepthRenderTargetView
(
FRHITexture * InTexture,
ERenderTargetLoadAction InLoadAction,
ERenderTargetStoreAction InStoreAction,
FExclusiveDepthStencil InDepthStencilAccess
)
FRHIDepthRenderTargetView(FRHITexture *, ERenderTargetLoadAction, ERenderTargetStoreAction, ERenderTargetLoadAction, ERenderTargetStoreAction)
| Name | FRHIDepthRenderTargetView |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FRHIDepthRenderTargetView
(
FRHITexture * InTexture,
ERenderTargetLoadAction InDepthLoadAction,
ERenderTargetStoreAction InDepthStoreAction,
ERenderTargetLoadAction InStencilLoadAction,
ERenderTargetStoreAction InStencilStoreAction
)
FRHIDepthRenderTargetView(FRHITexture *, ERenderTargetLoadAction, ERenderTargetStoreAction, ERenderTargetLoadAction, ERenderTargetStoreAction, FExclusiveDepthStencil)
| Name | FRHIDepthRenderTargetView |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
FRHIDepthRenderTargetView
(
FRHITexture * InTexture,
ERenderTargetLoadAction InDepthLoadAction,
ERenderTargetStoreAction InDepthStoreAction,
ERenderTargetLoadAction InStencilLoadAction,
ERenderTargetStoreAction InStencilStoreAction,
FExclusiveDepthStencil InDepthStencilAccess
)