wisdom
Loading...
Searching...
No Matches
wis::BufferRegion Struct Reference

Detailed Description

Buffer region for copy operations.

struct BufferRegion {
uint64_t src_offset = 0;
uint64_t dst_offset = 0;
uint64_t size_bytes;
};
Buffer region for copy operations.
Definition api.hpp:1571

Definition at line 1571 of file api.hpp.

#include <api.hpp>

Public Attributes

uint64_t src_offset = 0
 Source offset in bytes. Default is 0.
 
uint64_t dst_offset = 0
 Destination offset in bytes. Default is 0.
 
uint64_t size_bytes
 Size of portion of source buffer to take copy from in bytes.
 

Data Members

◆ dst_offset

uint64_t wis::BufferRegion::dst_offset = 0

Destination offset in bytes. Default is 0.

Definition at line 1573 of file api.hpp.

◆ size_bytes

uint64_t wis::BufferRegion::size_bytes

Size of portion of source buffer to take copy from in bytes.

Definition at line 1574 of file api.hpp.

◆ src_offset

uint64_t wis::BufferRegion::src_offset = 0

Source offset in bytes. Default is 0.

Definition at line 1572 of file api.hpp.


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