Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 10, 2024
1 parent fef1580 commit 7225c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render-pass-encoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function beginRenderPass(commandEncoder: GPUCommandEncoder, passEncoder:
state: 'open',
commandEncoder,
targetWidth: targetWidth || 0,
targetHeight: targetWidth || 0,
targetHeight: targetHeight || 0,
vertexBuffers: [],
bindGroups: [],
occlusionQuerySet,
Expand Down

0 comments on commit 7225c6e

Please sign in to comment.