The OpenD Programming Language

cudaExternalSemaphoreHandleDesc

External semaphore handle descriptor

struct cudaExternalSemaphoreHandleDesc {
handle_st handle;
}

Members

Unions

handle_st
union handle_st
Undocumented in source.

Variables

flags
uint flags;

Flags reserved for the future. Must be zero.

type
cudaExternalSemaphoreHandleType type;

Type of the handle

Meta