Provided by: nvidia-cuda-dev_7.5.18-0ubuntu1_amd64 bug

NAME

       cudaResourceDesc -

SYNOPSIS

   Data Fields
       enum cudaResourceType resType
       size_t pitchInBytes
       size_t sizeInBytes

Detailed Description

       CUDA resource descriptor

Field Documentation

   size_t cudaResourceDesc::pitchInBytes
       Pitch between two rows in bytes

   enum cudaResourceType cudaResourceDesc::resType
       Resource type

   size_t cudaResourceDesc::sizeInBytes
       Size in bytes

Author

       Generated automatically by Doxygen from the source code.