![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RenderGraphResources.h>
Inheritance diagram for FRDGShaderResourceView:Public Member Functions | |
| FRHIShaderResourceView * | GetRHI () const |
Public Member Functions inherited from FRDGView | |
| virtual FRDGViewableResource * | GetParent () const =0 |
| ERDGViewableResourceType | GetParentType () const |
| FRDGViewHandle | GetHandle () const |
Public Member Functions inherited from FRDGResource | |
| FRDGResource (const FRDGResource &)=delete | |
| virtual | ~FRDGResource ()=default |
| virtual RENDERCORE_API void | MarkResourceAsUsed () |
| The following methods may only be called during pass execution. | |
| FRHIResource * | GetRHI () const |
Protected Member Functions | |
| FRDGShaderResourceView (const TCHAR *InName, ERDGViewType InType) | |
| FRHIShaderResourceView * | GetRHIUnchecked () const |
Protected Member Functions inherited from FRDGView | |
| FRDGView (const TCHAR *Name, ERDGViewType InType) | |
Protected Member Functions inherited from FRDGResource | |
| FRDGResource (const TCHAR *InName) | |
| FRHIResource * | GetRHIUnchecked () const |
| bool | HasRHI () const |
| RENDERCORE_API void | ValidateRHIAccess () const |
Additional Inherited Members | |
Public Attributes inherited from FRDGView | |
| const ERDGViewType | Type |
Public Attributes inherited from FRDGResource | |
| const TCHAR *const | Name = nullptr |
Protected Attributes inherited from FRDGResource | |
| FRHIResource * | ResourceRHI = nullptr |
Render graph tracked SRV.
|
inlineprotected |
|
inline |
Returns the allocated RHI SRV.
|
inlineprotected |
Returns the allocated RHI SRV without access checks.