Skip to content

Commit 20c7fd4

Browse files
committed
Fix makeBlendState assert for non-existent nextInChain (emscripten-core#21119)
1 parent a38c11d commit 20c7fd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/library_webgpu.js

-1
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,6 @@ var LibraryWebGPU = {
12851285

12861286
function makeBlendState(bsPtr) {
12871287
if (!bsPtr) return undefined;
1288-
{{{ gpu.makeCheckDescriptor('bsPtr') }}}
12891288
return {
12901289
"alpha": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.alpha }}}),
12911290
"color": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.color }}}),

0 commit comments

Comments
 (0)