We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ad49f commit da25bceCopy full SHA for da25bce
src/library_webgpu.js
@@ -1283,7 +1283,6 @@ var LibraryWebGPU = {
1283
1284
function makeBlendState(bsPtr) {
1285
if (!bsPtr) return undefined;
1286
- {{{ gpu.makeCheckDescriptor('bsPtr') }}}
1287
return {
1288
"alpha": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.alpha }}}),
1289
"color": makeBlendComponent(bsPtr + {{{ C_STRUCTS.WGPUBlendState.color }}}),
0 commit comments