Skip to content

StorageTextureBindingType

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

Overview

TODO: doc

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

Class StorageTextureBindingType

import { StorageTextureBindingType } from 'scenerystack/alpenglow';

Constructor

new StorageTextureBindingType( access : GPUStorageTextureAccess, format : GPUTextureFormat, viewDimension : GPUTextureViewDimension )

Instance Methods

toDebugString() : string

combined( other : BindingType ) : BindingType | null

mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )

(protected)

Source Code

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