![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphResources.h>
Inheritance diagram for FRDGPooledTexture:Public Member Functions | |
| FRDGPooledTexture (FRHITexture *InTexture) | |
| FRHIUnorderedAccessView * | GetOrCreateUAV (FRHICommandListBase &RHICmdList, const FRHITextureUAVCreateInfo &UAVDesc) |
| FRHIShaderResourceView * | GetOrCreateSRV (FRHICommandListBase &RHICmdList, const FRHITextureSRVCreateInfo &SRVDesc) |
| FRHIUnorderedAccessView * | GetOrCreateUAV (const FRHITextureUAVCreateInfo &UAVDesc) |
| FRHIShaderResourceView * | GetOrCreateSRV (const FRHITextureSRVCreateInfo &SRVDesc) |
| FRHITexture * | GetRHI () const |
Public Member Functions inherited from FRefCountBase | |
| FRefCountBase ()=default | |
| virtual | ~FRefCountBase ()=default |
| FRefCountBase (const FRefCountBase &Rhs)=delete | |
| FRefCountBase & | operator= (const FRefCountBase &Rhs)=delete |
| FReturnedRefCountValue | AddRef () const |
| uint32 | Release () const |
| uint32 | GetRefCount () const |
|
inline |
|
inline |
|
inline |
Finds a SRV matching the descriptor in the cache or creates a new one and updates the cache.
|
inline |
|
inline |
Finds a UAV matching the descriptor in the cache or creates a new one and updates the cache.
|
inline |