Closed
Bug 615314
Opened 14 years ago
Closed 14 years ago
be silent on uninitialized textures
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file)
2.90 KB,
patch
|
vlad
:
review+
joe
:
approval2.0+
|
Details | Diff | Splinter Review |
We currently generate JS warnings when rendering with "fake black" textures, and special-case uninitialized textures (i.e. textures where texImage2D has not yet been called).
However, that latter case of uninitialized textures is very common and legitimate (asynchronous texture loading). So that warning is just noise in most cases.
This patch removes it.
Assignee | ||
Updated•14 years ago
|
Attachment #493769 -
Flags: review?(vladimir)
Attachment #493769 -
Flags: review?(vladimir) → review+
Updated•14 years ago
|
Attachment #493769 -
Flags: approval2.0+
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → bjacob
You need to log in
before you can comment on or make changes to this bug.
Description
•