The OpenD Programming Language

cudaExternalMemoryHandleDesc

Undocumented in source.
struct cudaExternalMemoryHandleDesc {
cudaExternalMemoryHandleType type;
handle_st handle;
}

Members

Variables

flags
uint flags;

Flags must either be zero or ::cudaExternalMemoryDedicated

size
ulong size;

Size of the memory allocation

Meta