Skip to content

mergeSequentialWGSL

Overview

A template that merges together two sorted arrays into a single sorted array (in a fully sequential single-thread way)

@author Jonathan Olson <jonathan.olson@colorado.edu>

Type mergeSequentialWGSLOptions

import type { mergeSequentialWGSLOptions } from 'scenerystack/alpenglow';

Source Code

See the source for mergeSequentialWGSL.ts in the alpenglow repository.