@@ -53,7 +53,7 @@ const wgslTypeLib = {
'texture_2d': 'texture',
'texture_cube': 'textureCube',
'texture_depth_2d': 'textureDepth',
- 'texture_storage_2d': 'textureStorage',
+ 'texture_storage_2d': 'storageTexture',
'texture_3d': 'texture3D'
};