Skip to content

BindingType

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

Overview

TODO: doc

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

Class BindingType

import { BindingType } from 'scenerystack/alpenglow';

Instance Methods

mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )

(protected)

combined( other : BindingType ) : BindingType | null

null if they can't be combined

toDebugString() : string

getBindGroupLayoutEntry( index : number ) : GPUBindGroupLayoutEntry

Source Code

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