Closed
Bug 1377574
Opened 8 years ago
Closed 7 years ago
Translated WebGL Fragment / Vertex shaders are not displayed in Firefox
Categories
(Core :: Graphics: CanvasWebGL, enhancement, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: svargas, Assigned: svargas)
Details
(Keywords: stale-bug, Whiteboard: gfx-noted)
https://www.khronos.org/registry/webgl/conformance-suites/1.0.3/conformance/extensions/webgl-draw-buffers.html?webglVersion=1
Visiting this url in Chrome shows 'fragment_shader_translated for driver' and 'vertex_shader translated for driver' but Firefox's WebGL implementation does not.
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(jgilbert)
Comment 1•8 years ago
|
||
We just need to move WEBGL_debug_shaders out from under the privileged exts checks, into the list with the normally exposed extensions.
Assignee: nobody → svargas
Flags: needinfo?(jgilbert)
Priority: -- → P1
Whiteboard: gfx-noted
This is an assigned P1 bug without activity in two weeks.
If you intend to continue working on this bug for the current release/iteration/sprint, remove the 'stale-bug' keyword.
Otherwise we'll reset the priority of the bug back to '--' on Monday, August 28th.
Keywords: stale-bug
Comment 3•7 years ago
|
||
I have checked it with FF Nightly 57, it has already been resolved.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•