Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include | #include "RHICommandList.h" |
Syntax
struct FRHICopyTextureInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | DestMipIndex | ||
| FIntVector | DestPosition | ||
| uint32 | DestSliceIndex | ||
| uint32 | NumMips | ||
| uint32 | NumSlices | ||
| FIntVector | 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. | |
| FIntVector | SourcePosition | Position of the copy from the source texture/to destination texture. | |
| uint32 | SourceSliceIndex |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIntRect | GetDestRect () |
||
| FIntRect |