You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webgl/lessons/webgl-smallest-programs.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,9 +153,7 @@ point in the middle of the canvas.
153
153
154
154
{{{example url="../webgl-simple-point.html"}}}
155
155
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.
159
157
160
158
About `gl.POINTS`: When you pass `gl.POINTS` to `gl.drawArrays` you're also
161
159
required to set `gl_PointSize` in your vertex shader to a size in pixels. It's
0 commit comments