diff --git a/renderdoc/api/replay/replay_enums.h b/renderdoc/api/replay/replay_enums.h index 1b75f0e40..a81db4576 100644 --- a/renderdoc/api/replay/replay_enums.h +++ b/renderdoc/api/replay/replay_enums.h @@ -2865,13 +2865,25 @@ enumerated with IDs in the appropriate ranges. The AMD-specific counter IDs start from this value. +.. data:: LastAMD + + The AMD-specific counter IDs end with this value. + .. data:: FirstIntel The Intel-specific counter IDs start from this value. +.. data:: LastIntel + + The Intel-specific counter IDs end with this value. + .. data:: FirstNvidia The nVidia-specific counter IDs start from this value. + +.. data:: LastNvidia + + The nVidia-specific counter IDs end with this value. )"); enum class GPUCounter : uint32_t {