Skip to content

TextureBindingType

Overview

TODO: doc

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

Class TextureBindingType

import { TextureBindingType } from 'scenerystack/alpenglow';

Constructor

new TextureBindingType( sampleType : GPUTextureSampleType, viewDimension : GPUTextureViewDimension, multisampled )

Instance Methods

toDebugString() : string

combined( other : BindingType ) : BindingType | null

mutateBindGroupLayoutEntry( entry : GPUBindGroupLayoutEntry )

(protected)

Source Code

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