Skip to content

MainRadixHistogramModule

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

Overview

Saves a striped histogram into memory (for use in a radix sort).

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

Class MainRadixHistogramModule

inputSize: number

import { MainRadixHistogramModule } from 'scenerystack/alpenglow';

Constructor

new MainRadixHistogramModule( providedOptions : MainRadixHistogramModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<number>

(readonly)

Type MainRadixHistogramModuleOptions

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

Source Code

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