Skip to content

Commit 566e560

Browse files
committed
set derivative_uniformity diagnostic to off
1 parent 7d6a5dd commit 566e560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderers/webgpu/nodes/WGSLNodeBuilder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,6 +1157,8 @@ fn main( ${shaderData.attributes} ) -> VaryingsStruct {
11571157

11581158
return `${ this.getSignature() }
11591159
1160+
diagnostic( off, derivative_uniformity );
1161+
11601162
// uniforms
11611163
${shaderData.uniforms}
11621164

0 commit comments

Comments
 (0)