Skip to content

BindingType

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.