struct cudaExtent make_cudaExtent ( size_t  w,
size_t  h,
size_t  d 
) [read]

Returns a cudaExtent based on the specified input parameters w, h, and d.

Parameters:
w - Width in bytes
h - Height in elements
d - Depth in elements
Returns:
cudaExtent specified by w, h, and d
See also:
make_cudaPitchedPtr, make_cudaPos


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA