{{!-- Template for program graph --}}
{{!-- Accepts the context with list of TPatch --}}
/*=============================================================================
 *
 *
 * Native node implementations
 *
 *
 =============================================================================*/

{{#each this}}
{{#unless isConstant}}
//-----------------------------------------------------------------------------
// {{ patchPath }} implementation
//-----------------------------------------------------------------------------
{{ implementation }}
{{/unless}}
{{/each}}
