Convert GFSDK_Aftermath_Result to string.
- Parameters
-
| [in] | result | GFSDK_Aftermath_Result. |
- Returns
- Returns converted string.
Definition at line 39 of file NsightAftermathHelpers.h.
40 {
41 return std::string(
"0x") +
to_hex_string(
static_cast<uint32_t
>(result));
42 }
std::string to_hex_string(T n)
Convert T to hex string.