NVTX C API Reference v3
NVIDIA Tools Extension Library
|
Header of the payload entry's semantic field. More...
#include <nvToolsExtPayload.h>
Data Fields | |
uint32_t | structSize |
uint16_t | semanticId |
uint16_t | version |
const struct nvtxSemanticsHeader_v1 * | next |
Header of the payload entry's semantic field.
If the semantic field of the payload schema entry is set, the first four fields (header) are defined with this type. A tool can iterate through the extensions and check, if it supports (can handle) it.
Definition at line 651 of file nvToolsExtPayload.h.
const struct nvtxSemanticsHeader_v1* nvtxSemanticsHeader_t::next |
Definition at line 656 of file nvToolsExtPayload.h.
uint16_t nvtxSemanticsHeader_t::semanticId |
Size of semantic extension struct.
Definition at line 654 of file nvToolsExtPayload.h.
uint32_t nvtxSemanticsHeader_t::structSize |
Definition at line 653 of file nvToolsExtPayload.h.
uint16_t nvtxSemanticsHeader_t::version |
Definition at line 655 of file nvToolsExtPayload.h.