|
UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
|
Region for buffer copy command. More...
#include <ICommandList.h>
Public Member Functions | |
| BufferCopyRegion (UInt64 size) | |
| BufferCopyRegion (UInt32 sourceOffset, UInt32 destOffset, UInt64 size) | |
Public Attributes | |
| UInt64 | Size = 0 |
| Size of the copy region. | |
| UInt32 | SourceOffset = 0 |
| Offset in the source buffer. | |
| UInt32 | DestOffset = 0 |
| Offset in the destination buffer. | |
Region for buffer copy command.