Closed
Bug 1145501
Opened 10 years ago
Closed 10 years ago
WebGL2 - Extend BufferData usage flags.
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: u480271, Assigned: u480271)
References
Details
(Whiteboard: gfx-noted)
Attachments
(1 file)
5.90 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
WebGL2 extends valid usage flags from: GL_STREAM_DRAW, GL_STATIC_DRAW, GL_DYNAMIC_DRAW to: GL_DYNAMIC_COPY, GL_DYNAMIC_DRAW, GL_DYNAMIC_READ, GL_STATIC_COPY, GL_STATIC_DRAW, GL_STATIC_READ, GL_STREAM_COPY, GL_STREAM_DRAW, GL_STREAM_READ
Attachment #8580500 -
Flags: review?(jgilbert)
Summary: WebGL 2 - Extend BufferData usage flags. → WebGL2 - Extend BufferData usage flags.
Updated•10 years ago
|
Attachment #8580500 -
Flags: review?(jgilbert) → review+
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/33e2a9f54849
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•