Skip to content

BufferBindingType

Overview

TODO: doc

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

Class BufferBindingType

import { BufferBindingType } from 'scenerystack/alpenglow';

Constructor

new BufferBindingType( type : GPUBufferBindingType )

Instance Methods

combined( other : BindingType ) : BindingType | null

toDebugString() : string

mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )

(protected)

Static Properties

UNIFORM : BufferBindingType

(readonly)

READ_ONLY_STORAGE : BufferBindingType

(readonly)

STORAGE : BufferBindingType

(readonly)

Source Code

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