NVTX C API Reference v3
NVIDIA Tools Extension Library
Loading...
Searching...
No Matches
Data Fields
nvtxResourceAttributes_t::identifier_t Union Reference

Identifier for the resource. . More...

#include <nvToolsExt.h>

Data Fields

const void * pValue
 
uint64_t ullValue
 

Detailed Description

Identifier for the resource. .

An identifier may be a pointer or a handle to an OS or middleware API object. The resource type will assist in avoiding collisions where handles values may collide.

Definition at line 1071 of file nvToolsExt.h.

Field Documentation

◆ pValue

const void* nvtxResourceAttributes_t::identifier_t::pValue

Definition at line 1073 of file nvToolsExt.h.

◆ ullValue

uint64_t nvtxResourceAttributes_t::identifier_t::ullValue

Definition at line 1074 of file nvToolsExt.h.


The documentation for this union was generated from the following file: