NGFX_GPUTrace_ActivateTrace_CUDART_Params_V1#

struct NGFX_GPUTrace_ActivateTrace_CUDART_Params_V1#

Parameters for activating GPU trace.

Public Members

uint32_t version#

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

cudaStream_t stream#

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

Must be associated with the context that is current on the calling thread

bool perThreadDefaultStream#

Indicates if the default stream is per-thread.