Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRefCountBase
- FRDGPooledTexture
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGPooledTexture : public FRefCountBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGPooledTexture
(
FRHITexture* InTexture |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHIShaderResourceView * | GetOrCreateSRV
(
FRHICommandListBase& RHICmdList, |
Finds a SRV matching the descriptor in the cache or creates a new one and updates the cache. | |
| FRHIUnorderedAccessView * | GetOrCreateUAV
(
FRHICommandListBase& RHICmdList, |
Finds a UAV matching the descriptor in the cache or creates a new one and updates the cache. | |
| FRHITexture * | GetRHI () |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| FRHIShaderResourceView * | GetOrCreateSRV
(
const FRHITextureSRVCreateInfo& SRVDesc |
GetOrCreateSRV now requires a command list. | |
| FRHIUnorderedAccessView * | GetOrCreateUAV
(
const FRHITextureUAVCreateInfo& UAVDesc |
GetOrCreateUAV now requires a command list. |