Add documentation for newly added enums

This commit is contained in:
baldurk
2017-06-16 23:04:28 +01:00
parent abcfcfd8a4
commit af28e971ba
+12
View File
@@ -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
{