Skip to content

Commit 8a26119

Browse files
committed
Remove uv fields
1 parent 789fabd commit 8a26119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webgpu/materials/RenderToScreenMaterial.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ export class RenderToScreenNodeMaterial extends MeshBasicNodeMaterial {
9898

9999
super();
100100

101-
const texNode = texture( new StorageTexture(), varying( uv() ) );
101+
const texNode = texture( new StorageTexture() );
102102
this._texNode = texNode;
103103

104-
const fromTexNode = texture( new StorageTexture(), varying( uv() ) );
104+
const fromTexNode = texture( new StorageTexture() );
105105
this._fromTexNode = fromTexNode;
106106

107107
const texUV = varying( uv() );

0 commit comments

Comments
 (0)