Skip to content

mergeSequentialWGSL

Under Construction

This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/webgpu/wgsl/gpu/mergeSequentialWGSL.ts for the most up-to-date information.

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.