Skip to content

Commit

Permalink
set derivative_uniformity diagnostic to off
Browse files Browse the repository at this point in the history
  • Loading branch information
sunag committed Jul 10, 2024
1 parent 7d6a5dd commit 566e560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/webgpu/nodes/WGSLNodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,8 @@ fn main( ${shaderData.attributes} ) -> VaryingsStruct {

return `${ this.getSignature() }
diagnostic( off, derivative_uniformity );
// uniforms
${shaderData.uniforms}
Expand Down

0 comments on commit 566e560

Please sign in to comment.