UraniumCompute 0.1.0
A GPU accelerated parallel task scheduler
UN::BufferCopyRegion Struct Reference

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.
 

Detailed Description

Region for buffer copy command.


The documentation for this struct was generated from the following file: