batchingVertex top-level constant
          
          String
          const batchingVertex
          
        
        
        
Implementation
const String batchingVertex = /* glsl */'''
#ifdef USE_BATCHING
	mat4 batchingMatrix = getBatchingMatrix( batchId );
#endif
''';