Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bb3821

Browse files
authored
Remove TODO from GPUComputePassEncoder (gpuweb#369)
Now that we've added dispatchIndirect, I'm not aware of anything else that's concretely missing here.
1 parent 8252e82 commit 2bb3821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,6 @@ interface GPUComputePassEncoder : GPUProgrammablePassEncoder {
10361036
void dispatchIndirect(GPUBuffer indirectBuffer, u64 indirectOffset);
10371037

10381038
void endPass();
1039-
1040-
// TODO: add missing commands
10411039
};
10421040
</script>
10431041

0 commit comments

Comments
 (0)