#include <RenderGraphResources.h>
|
| | FRDGPooledBuffer (FRHICommandListBase &RHICmdList, TRefCountPtr< FRHIBuffer > InBuffer, const FRDGBufferDesc &InDesc, uint32 InNumAllocatedElements, const TCHAR *InName) |
| |
| RENDERCORE_API | FRDGPooledBuffer (TRefCountPtr< FRHIBuffer > InBuffer, const FRDGBufferDesc &InDesc, uint32 InNumAllocatedElements, const TCHAR *InName) |
| |
| FRHIUnorderedAccessView * | GetOrCreateUAV (FRHICommandListBase &RHICmdList, const FRHIBufferUAVCreateInfo &UAVDesc) |
| |
| FRHIShaderResourceView * | GetOrCreateSRV (FRHICommandListBase &RHICmdList, const FRHIBufferSRVCreateInfo &SRVDesc) |
| |
| FRHIUnorderedAccessView * | GetOrCreateUAV (const FRHIBufferUAVCreateInfo &UAVDesc) |
| |
| FRHIShaderResourceView * | GetOrCreateSRV (const FRHIBufferSRVCreateInfo &SRVDesc) |
| |
| FRHIBuffer * | GetRHI () const |
| |
| FRHIShaderResourceView * | GetSRV () |
| |
| FRHIShaderResourceView * | GetSRV (const FRHIBufferSRVCreateInfo &SRVDesc) |
| |
| FRHIShaderResourceView * | GetSRV (FRHICommandListBase &RHICmdList, const FRHIBufferSRVCreateInfo &SRVDesc) |
| |
| uint32 | GetSize () const |
| |
| uint32 | GetAlignedSize () const |
| |
| uint64 | GetCommittedSize () const |
| |
| const TCHAR * | GetName () const |
| |
| | 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 |
| |
◆ FRDGPooledBuffer() [1/2]
◆ FRDGPooledBuffer() [2/2]
◆ GetAlignedSize()
| uint32 FRDGPooledBuffer::GetAlignedSize |
( |
| ) |
const |
|
inline |
◆ GetCommittedSize()
| uint64 FRDGPooledBuffer::GetCommittedSize |
( |
| ) |
const |
|
inline |
◆ GetName()
| const TCHAR * FRDGPooledBuffer::GetName |
( |
| ) |
const |
|
inline |
◆ GetOrCreateSRV() [1/2]
◆ GetOrCreateSRV() [2/2]
Finds a SRV matching the descriptor in the cache or creates a new one and updates the cache.
◆ GetOrCreateUAV() [1/2]
◆ GetOrCreateUAV() [2/2]
Finds a UAV matching the descriptor in the cache or creates a new one and updates the cache.
◆ GetRHI()
◆ GetSize()
| uint32 FRDGPooledBuffer::GetSize |
( |
| ) |
const |
|
inline |
◆ GetSRV() [1/3]
◆ GetSRV() [2/3]
◆ GetSRV() [3/3]
◆ Desc
The documentation for this class was generated from the following files: