Closed
Bug 1524748
Opened 6 years ago
Closed 6 years ago
Failures in conformance2/textures/misc/copy-texture-image.html
Categories
(Core :: Graphics: CanvasWebGL, defect, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
(Blocks 1 open bug)
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
CopyTexImage needs:
switch (internalFormat) {
case LOCAL_GL_R8_SNORM:
case LOCAL_GL_RG8_SNORM:
case LOCAL_GL_RGB8_SNORM:
case LOCAL_GL_RGBA8_SNORM:
webgl->ErrorInvalidEnum("SNORM formats are invalid for CopyTexImage.");
return nullptr;
}
Assignee | ||
Comment 1•6 years ago
|
||
MozReview-Commit-ID: 6EDpI5hFwpu
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f4861ae0dd1
SNORM format enums are never valid for CopyTexImage. r=lsalzman
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•