SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<() [1/3]

bool operator< ( const GFSDK_Aftermath_ShaderBinaryHash & lhs,
const GFSDK_Aftermath_ShaderBinaryHash & rhs )
inline

Helper for comparing GFSDK_Aftermath_ShaderBinaryHash.

Parameters
[in]lhsGFSDK_Aftermath_ShaderBinaryHash.
[in]rhsGFSDK_Aftermath_ShaderBinaryHash.
Returns
Returns true if less.

Definition at line 86 of file NsightAftermathHelpers.h.

87{
88 return lhs.hash < rhs.hash;
89}