SpiecsEngine
 
Loading...
Searching...
No Matches

◆ to_string() [1/3]

std::string std::to_string ( const GFSDK_Aftermath_ShaderBinaryHash & hash)
inline

Convert GFSDK_Aftermath_ShaderBinaryHash to string.

Parameters
[in]hashGFSDK_Aftermath_ShaderBinaryHash.
Returns
Returns converted string.

Definition at line 59 of file NsightAftermathHelpers.h.

60 {
61 return to_hex_string(hash.hash);
62 }
std::string to_hex_string(T n)
Convert T to hex string.