Navigation
API > API/Plugins > API/Plugins/GPUTextureTransfer
| |
|
| Name |
FInitializeDMAArgs |
| Type |
struct |
| Header File |
/Engine/Plugins/Media/MediaIOFramework/Source/GPUTextureTransfer/Public/GPUTextureTransfer.h |
| Include Path |
#include "GPUTextureTransfer.h" |
Syntax
struct FInitializeDMAArgs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| RHI |
ERHI |
Which RHI is being used. |
GPUTextureTransfer.h |
|
| RHICommandQueue |
void * |
The RHI device's command queue. |
GPUTextureTransfer.h |
|
| RHIDevice |
void * |
The RHI device to use for gpu texture transfers. |
GPUTextureTransfer.h |
|
| RHIDeviceUUID |
uint8 |
Unique device identifier (Vulkan only) |
GPUTextureTransfer.h |
|
| VulkanInstance |
void * |
Vulkan instance (Vulkan only) |
GPUTextureTransfer.h |
|