Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGView
- FRDGShaderResourceView
- FRDGBufferSRV
- FRDGTextureSRV
- FRDGUnorderedAccessView
- FRDGBufferUAV
- FRDGTextureUAV
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGView : public FRDGResource
Remarks
A render graph resource (e.g. a view) which references a single viewable resource (e.g. a texture / buffer). Provides an abstract way to access the viewable resource.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const ERDGViewType | Type | The type of this child resource; useful for casting between types. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGView
(
const TCHAR* Name, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGViewHandle | GetHandle () |
||
| FRDGViewableResource * | GetParent () |
Returns the referenced parent render graph resource. | |
| ERDGViewableResourceType |