Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphUtils.h |
| Include | #include "RenderGraphUtils.h" |
Syntax
struct FRDGDrawTextureInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | DestMipIndex | ||
| FIntPoint | DestPosition | ||
| uint32 | DestSliceIndex | ||
| uint32 | NumMips | ||
| uint32 | NumSlices | ||
| FIntPoint | Size | Number of texels to copy. By default it will copy the whole resource if no size is specified. | |
| uint32 | SourceMipIndex | Mips to copy and destination mips. | |
| FIntPoint | SourcePosition | Position of the copy from the source texture/to destination texture. | |
| uint32 | SourceSliceIndex |