SpiecsEngine
 
Loading...
Searching...
No Matches

◆ operator<() [3/3]

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

Helper for comparing GFSDK_Aftermath_ShaderDebugName.

Parameters
[in]lhsGFSDK_Aftermath_ShaderDebugName.
[in]rhsGFSDK_Aftermath_ShaderDebugName.
Returns
Returns true if less.

Definition at line 97 of file NsightAftermathHelpers.h.

98{
99 return strncmp(lhs.name, rhs.name, sizeof(lhs.name)) < 0;
100}