Skip to content

Commit f76c52c

Browse files
Yunchao Hekenrussell
authored andcommitted
Add specification for WebGL 2.0 compute (#2769)
* Add specification for WebGL 2.0 compute * addressed feedback from Jiajie * Add a few sub-section to clarify undefined behaviors * Declared draft status and implementations may not shipped * Move spec status and copyright from W3C to Khronos * Addressed feedback from Alexey Knyazev * Addressed one more comment from Alexey Knyazev
1 parent f6ede11 commit f76c52c

2 files changed

Lines changed: 1292 additions & 0 deletions

File tree

specs/latest/2.0-compute/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.PHONY: all index.html
2+
3+
all: index.html
4+
5+
index.html: index.bs
6+
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F output=err
7+
curl https://api.csswg.org/bikeshed/ -F file=@index.bs -F force=1 > index.html | tee

0 commit comments

Comments
 (0)