Skip to content

KDGpu::WaitForBufferUploadOptions

Module: Public API

#include <KDGpu/queue.h>

Public Attributes

Name
Handle< Buffer_t > destinationBuffer
const void * data
DeviceSize byteSize
DeviceSize dstOffset

Public Attributes Documentation

variable destinationBuffer

1
Handle< Buffer_t > destinationBuffer;

variable data

1
const void * data { nullptr };

variable byteSize

1
DeviceSize byteSize { 0 };

variable dstOffset

1
DeviceSize dstOffset { 0 };

Updated on 2024-09-08 at 00:13:10 +0000