The OpenD Programming Language

cudaExternalMemoryMipmappedArrayDesc

External memory mipmap descriptor

Members

Variables

extent
cudaExtent extent;

Dimensions of base level of the mipmap chain

flags
uint flags;

Flags associated with CUDA mipmapped arrays. See ::cudaMallocMipmappedArray

formatDesc
cudaChannelFormatDesc formatDesc;

Format of base level of the mipmap chain

numLevels
uint numLevels;

Total number of levels in the mipmap chain

offset
long offset;

Offset into the memory object where the base level of the mipmap chain is.

Meta