NGFX_GPUTrace_StopTrace_CUDART_Params_V1#
-
struct NGFX_GPUTrace_StopTrace_CUDART_Params_V1#
Parameters for stopping a GPU trace.
Public Members
-
uint32_t version#
Used for versioning; must be assigned a value of NGFX_GPUTrace_StopTrace_CUDART_Params_VER.
-
NGFX_GPUTrace_StopTraceFlags flags#
Flags controlling the stop trace behavior.
-
cudaStream_t stream#
A CUDART stream handle, when all scheduled work on this stream has completed; the trace is complete.
If the stream handle valid, the stream must be associated with the context that is current on the calling thread. If the stream handle is set to NGFX_CUDART_INVALID_STREAM_HANDLE, the trace may immediately stop collecting data. Ignored if NGFX_GPUTrace_StopTraceFlag_NextFrameBoundary is used.
-
bool perThreadDefaultStream#
Indicates if the default stream is per-thread.
-
uint32_t version#