Skip to content

histogramWGSL

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

Overview

Calculates a histogram in shared (workgroup) memory by using atomics

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

Type histogramWGSLOptions

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

Source Code

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