Navigation
API > API/Runtime > API/Runtime/RHI
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHITypes.h |
| Include | #include "RHITypes.h" |
Syntax
struct FUpdateTextureRegion3D
Remarks
Specifies an update region for a texture
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Depth | ||
| uint32 | DestX | Offset in texture | |
| uint32 | DestY | ||
| uint32 | DestZ | ||
| uint32 | Height | ||
| int32 | SrcX | Offset in source image data | |
| int32 | SrcY | ||
| int32 | SrcZ | ||
| uint32 | Width | Size of region to copy |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUpdateTextureRegion3D
(
FIntVector InDest, |
|||
FUpdateTextureRegion3D
(
uint32 InDestX, |