Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRDGResource
- FRDGViewableResource
- FRDGTexture
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphResources.h |
| Include | #include "RenderGraphResources.h" |
Syntax
class FRDGTexture : public FRDGViewableResource
Remarks
Render graph tracked Texture.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FRDGTextureDesc | Desc | ||
| const ERDGTextureFlags | Flags | ||
| FRDGPooledTexture * | PooledTexture | The assigned pooled texture to use during execution. Never reset. | |
| FRHITransientTexture * | TransientTexture | The assigned transient texture to use during execution. Never reset. |
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureHandle | GetHandle () |
||
| FRHITexture * | GetRHI () |
The following methods may only be called during pass execution. | |
| FRDGTextureSubresource | GetSubresource
(
uint32 SubresourceIndex |
||
| uint32 | |||
| FRDGTextureSubresourceLayout | |||
| FRDGTextureSubresourceRange | |||
| FRDGTextureSubresourceRange |
Constants
| Name | Description |
|---|---|
| StaticType |