Navigation
API > API/Runtime > API/Runtime/RenderCore
Render graph tracked SRV.
| Name | FRDGTextureSRV |
| Type | class |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include Path | #include "RenderGraphResources.h" |
Syntax
class FRDGTextureSRV : public FRDGShaderResourceView
Inheritance Hierarchy
- FRDGResource → FRDGView → FRDGShaderResourceView → FRDGTextureSRV
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGTextureSRV
(
const TCHAR* InName, |
RenderGraphResources.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticType | const ERDGViewType | RenderGraphResources.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Desc | const FRDGTextureSRVDesc | Descriptor of the graph tracked SRV. | RenderGraphResources.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FRDGAllocator | friend | RenderGraphResources.h | ||
| FRDGBuilder | friend | RenderGraphResources.h | ||
| FRDGViewRegistry | friend | RenderGraphResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRDGTextureSubresourceRange GetSubresourceRange() |
RenderGraphResources.h |
Overridden from FRDGView
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FRDGTextureRef GetParent() |
Returns the referenced parent render graph resource. | RenderGraphResources.h |