[][src]Module rustacuda::memory::array

Routines for allocating and using CUDA Array Objects.

Detailed documentation about allocating CUDA Arrays can be found in the CUDA Driver API

Structs

ArrayDescriptor

Describes a CUDA Array

ArrayObject

A CUDA Array. Can be bound to a texture or surface.

ArrayObjectFlags

Flags which modify the behavior of CUDA array creation.

Enums

ArrayFormat

Describes the format used for a CUDA Array.