Skip to content

Commit da25bce

Browse files
authored
Fix makeBlendState assert for non-existent nextInChain (#21119)
1 parent 61ad49f commit da25bce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/library_webgpu.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,6 @@ var LibraryWebGPU = {
12831283

12841284
function makeBlendState(bsPtr) {
12851285
if (!bsPtr) return undefined;
1286-
{{{ gpu.makeCheckDescriptor('bsPtr') }}}
12871286
return {
12881287
"alpha": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.alpha }}}),
12891288
"color": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.color }}}),

0 commit comments

Comments
 (0)