NGFX_FrameBoundary_CUDA_Params_V1#

struct NGFX_FrameBoundary_CUDA_Params_V1#

Parameters for delimiting a CUDA driver API frame.

Public Members

uint32_t version#

Used for versioning; must be assigned a value of NGFX_FrameBoundary_CUDA_Params_VER.

CUcontext ctx#

The CUDA context that owns the associated stream.

CUstream hStream#

The CUDA stream associated with the end of frame operation.

bool perThreadDefaultStream#

Indicates if the default stream is per-thread.