NGFX_FrameBoundary_CUDART_Params_V1#

struct NGFX_FrameBoundary_CUDART_Params_V1#

Parameters for delimiting a CUDA runtime API frame.

Public Members

uint32_t version#

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

cudaStream_t stream#

The CUDA stream associated with the end of frame operation, must be associated with the context that is current on the calling thread.

bool perThreadDefaultStream#

Indicates if the default stream is per-thread.