NGFX_GPUTrace_ActivateTrace_CUDA_Params_V1#

struct NGFX_GPUTrace_ActivateTrace_CUDA_Params_V1#

Parameters for activating GPU trace.

Public Members

uint32_t version#

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

CUcontext ctx#

The CUDA context that owns the associated stream, this is a required parameter.

CUstream hStream#

A CUDA stream handle that will be used to generate required trace resources, this is a required parameter.

bool perThreadDefaultStream#

Indicates if the default stream is per-thread.