Open
Bug 1527760
Opened 6 years ago
Updated 2 years ago
2.0.0/conformance/state/gl-get-calls.html: require context.getParameter(context.ALIASED_POINT_SIZE_RANGE)[0] > 0
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P3)
Core
Graphics: CanvasWebGL
Tracking
()
NEW
People
(Reporter: jgilbert, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: gfx-noted)
WebGL 2 Driver Renderer X.Org -- AMD HAWAII (DRM 2.50.0, 4.20.6-arch1-1-ARCH, LLVM 7.0.1)
WebGL 2 Driver Version 4.5 (Core Profile) Mesa 18.3.2
< context.getParameter(context.ALIASED_POINT_SIZE_RANGE)
> Float32Array [ 0, 2048 ]
Should just need to clamp [0] to within [0.000001, 1.0].
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•