The OpenD Programming Language

cudaExternalSemaphoreHandleDesc.handle_st

Undocumented in source.
struct cudaExternalSemaphoreHandleDesc
union handle_st {
win32_st win32;
}

Members

Structs

win32_st
struct win32_st

Win32 handle referencing the semaphore object. Valid when type is one of the following: - ::cudaExternalSemaphoreHandleTypeOpaqueWin32 - ::cudaExternalSemaphoreHandleTypeOpaqueWin32Kmt - ::cudaExternalSemaphoreHandleTypeD3D12Fence Exactly one of 'handle' and 'name' must be non-NULL. If type is ::cudaExternalSemaphoreHandleTypeOpaqueWin32Kmt then 'name' must be NULL.

Variables

fd
int fd;

File descriptor referencing the semaphore object. Valid when type is ::cudaExternalSemaphoreHandleTypeOpaqueFd

Meta