Buffer region for copy operations.
uint64_t src_offset = 0;
uint64_t dst_offset = 0;
uint64_t size_bytes;
};
Buffer region for copy operations.
Definition at line 1571 of file api.hpp.
#include <api.hpp>
|
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.
|
|
◆ 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:
- /home/runner/work/Wisdom/Wisdom/wisdom/include/wisdom/generated/api/api.hpp