cudaPitchedPtr Struct Reference
[Data types used by CUDA Runtime]


Data Fields

size_t pitch
 Pitch of allocated memory in bytes.
void * ptr
 Pointer to allocated memory.
size_t xsize
 Logical width of allocation in elements.
size_t ysize
 Logical height of allocation in elements.

Detailed Description

CUDA Pitched memory pointer

Generated by Doxygen for NVIDIA CUDA Library  NVIDIA