Skip to content

TextureViewResource

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

Overview

TODO: doc

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

Class TextureViewResource

import { TextureViewResource } from 'scenerystack/alpenglow';

Constructor

new TextureViewResource( textureView : GPUTextureView )

Instance Methods

getBindGroupEntry( binding : Binding ) : GPUBindGroupEntry

toDebugString() : string

Source Code

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