missed the material changes

This commit is contained in:
Rowan 2025-04-20 02:00:54 -05:00
parent 42be3fcaa8
commit a4f94c5bf4

View file

@ -6,7 +6,6 @@ import { GroupBindingMap } from '../utils/bindings.js'
import { accessToBufferType, accessToStorageTextureAccess, parseTextureType, typeToViewDimension, wgslToWgpuFormat } from '../utils/wgsl-to-wgpu.js' import { accessToBufferType, accessToStorageTextureAccess, parseTextureType, typeToViewDimension, wgslToWgpuFormat } from '../utils/wgsl-to-wgpu.js'
/** @import {Either} from '../utils.js' */ /** @import {Either} from '../utils.js' */
/** @import { WGSLAccess, WGSLTextureType } from '../utils/wgsl-to-wgpu.js' */
/** /**
* @typedef Shader2 * @typedef Shader2