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 bytes.
size_t ysize
 Logical height of allocation in bytes.

Detailed Description

CUDA Pitched memory pointer

Generated by Doxygen on Mon Mar 30 23:16:14 2009 for NVIDIA CUDA Library  NVIDIA