The OpenD Programming Language

CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC

External memory mipmap descriptor

struct CUDA_EXTERNAL_MEMORY_MIPMAPPED_ARRAY_DESC {
uint[16] reserved;
}

Members

Variables

arrayDesc
CUDA_ARRAY3D_DESCRIPTOR arrayDesc;

Format, dimension and type of base level of the mipmap chain

numLevels
uint numLevels;

Total number of levels in the mipmap chain

offset
ulong offset;

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

Meta