Skip to content

Commit 4c9e55b

Browse files
committed
safari
1 parent 96ac5e0 commit 4c9e55b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webgl/lessons/webgl-smallest-programs.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ point in the middle of the canvas.
153153

154154
{{{example url="../webgl-simple-point.html"}}}
155155

156-
> NOTE: Safari doesn't pass [the WebGL Conformance Tests](https://www.khronos.org/registry/webgl/sdk/tests/conformance/rendering/point-no-attributes.html?webglVersion=1&quiet=0) for this feature.
157-
There is a [bug filed here](https://bugs.webkit.org/show_bug.cgi?id=197592). Please consider **politely** asking them to fix this issue. The more people
158-
that ask the more likely it will get fixed.
156+
> NOTE: Safari pre 15 didn't pass [the WebGL Conformance Tests](https://www.khronos.org/registry/webgl/sdk/tests/conformance/rendering/point-no-attributes.html?webglVersion=1&quiet=0) for this feature.
159157
160158
About `gl.POINTS`: When you pass `gl.POINTS` to `gl.drawArrays` you're also
161159
required to set `gl_PointSize` in your vertex shader to a size in pixels. It's

0 commit comments

Comments
 (0)