Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- FRHITextureDesc
- FRDGTextureDesc
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include | #include "RenderGraphDefinitions.h" |
Syntax
struct FRDGTextureDesc : public FRHITextureDesc
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRDGTextureDesc
(
ETextureDimension InDimension, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRDGTextureDesc | Create2D
(
FIntPoint Size, |
||
| FRDGTextureDesc | Create2DArray
(
FIntPoint Size, |
||
| FRDGTextureDesc | Create3D
(
FIntVector Size, |
||
| FRDGTextureDesc | CreateCube
(
uint32 Size, |
||
| FRDGTextureDesc | CreateCubeArray
(
uint32 Size, |