MemoryCopy

MemoryCopy#

stdgpu: MemoryCopy
stdgpu Latest
Efficient STL-like Data Structures on the GPU

◆ MemoryCopy

enum class MemoryCopy : std::int8_t
strong

The copy check states.

Enumerator
NO_CHECK 

No checks should be performed. This is useful when copying from/to arrays not created by our API, e.g. created by 3rd party libraries or pointers to local variables.

RANGE_CHECK 

The range of the source array is checked to fit inside the range of the target array.