Closed
Bug 1629341
Opened 5 years ago
Closed 5 years ago
warning: Attribute VertexAttribute { name: "aUvRect0", count: 4, kind: F32 } is not found in the shader composite.
Categories
(Core :: Graphics: WebRender, defect, P5)
Core
Graphics: WebRender
Tracking
()
RESOLVED
DUPLICATE
of bug 1615342
People
(Reporter: heycam, Unassigned)
Details
I get these warnings when starting a debug build:
[2020-04-12T05:34:08Z WARN webrender::device::gl] Attribute VertexAttribute { name: "aUvRect0", count: 4, kind: F32 } is not found in the shader composite. Expected at 5, found at -1
[2020-04-12T05:34:08Z WARN webrender::device::gl] Attribute VertexAttribute { name: "aUvRect1", count: 4, kind: F32 } is not found in the shader composite. Expected at 6, found at -1
[2020-04-12T05:34:08Z WARN webrender::device::gl] Attribute VertexAttribute { name: "aUvRect2", count: 4, kind: F32 } is not found in the shader composite. Expected at 7, found at -1
Comment 1•5 years ago
|
||
Is this message being spammed persistently, or only during start-up?
Which web page are you loading, a blank page or the (default) Firefox home page?
Can you attach your about:support please?
I'm not sure if a debug build is supported, in the sense that it's guaranteed to run warning- and assert-free and promised to stay that way.
Flags: needinfo?(cam)
Updated•5 years ago
|
Priority: -- → P5
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•5 years ago
|
Flags: needinfo?(cam)
You need to log in
before you can comment on or make changes to this bug.
Description
•