The OpenD Programming Language

cudaPos

CUDA 3D position

\sa ::make_cudaPos

struct cudaPos {
size_t x;
size_t y;
size_t z;
}

Meta