Skip to content

MainRadixScatterModule

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/modules/gpu/MainRadixScatterModule.ts for the most up-to-date information.

Overview

Uses a scanned histogram to perform a step of the radix sort.

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

Class MainRadixScatterModule

inputSize: number

import { MainRadixScatterModule } from 'scenerystack/alpenglow';

Constructor

new MainRadixScatterModule( providedOptions : MainRadixScatterModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

Type MainRadixScatterModuleOptions

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

Source Code

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