Closed
Bug 908985
Opened 11 years ago
Closed 11 years ago
WebGL2 bug on indexed binding
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: guillaume.abadie, Assigned: guillaume.abadie)
References
Details
Attachments
(1 file)
2.81 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
OpenGL ES 3.0 specifications p34 "Each target represents an indexed array of buffer object binding points, as well as a single general binding point that can be used by other buffer object manipu- lation functions such as BindBuffer or MapBufferRange. Both commands bind the buffer object named by buffer to both the general binding point, and to the binding point in the array given by index."
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #795462 -
Flags: review?(jgilbert)
Comment 2•11 years ago
|
||
Comment on attachment 795462 [details] [diff] [review] patch revision 1 Review of attachment 795462 [details] [diff] [review]: ----------------------------------------------------------------- Ugh, this is just an OpenGL kludge.
Attachment #795462 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jeff Gilbert [:jgilbert] from comment #2) > Comment on attachment 795462 [details] [diff] [review] > patch revision 1 > > Review of attachment 795462 [details] [diff] [review]: > ----------------------------------------------------------------- > > Ugh, this is just an OpenGL kludge. LOL! Wondering the DSA extension in a core profile, someday...
Assignee | ||
Comment 4•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ae71cb4f2007
Target Milestone: --- → mozilla26
Comment 5•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ae71cb4f2007
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•