Skip to content

BindingLocation

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

Overview

A specific binding location

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

Class BindingLocation

import { BindingLocation } from 'scenerystack/alpenglow';

Constructor

new BindingLocation( groupIndex : number, bindingIndex : number )

Instance Methods

getWGSLAnnotation() : WGSLString

Source Code

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