Closed
Bug 1692617
Opened 4 years ago
Closed 4 years ago
Rendering into a miplevel while sampling from a disjoint set of miplevels should be allowed for immutable textures
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
Via https://github.com/KhronosGroup/WebGL/issues/3142
Testcase: https://jsfiddle.net/2cd9bupa/7/
Correct is a blue square with the bottom-left quadrant greenish, and a getError of 0.
Assignee | ||
Comment 1•4 years ago
|
||
For example, when sampling from miplevel N-1 to render into another miplevel
N.
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bab1e18aa86
Rendering into a miplevel while sampling from a disjoint set of miplevels should be allowed for immutable textures. r=lsalzman
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•