Closed Bug 1067524 Opened 9 years ago Closed 8 years ago

Update WebGL2 IDL for recently removed constants

Categories

(Core :: Graphics: CanvasWebGL, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: bjacob, Unassigned)

References

()

Details

Attachments

(1 file)

Attachment #8489557 - Flags: review?(dglastonbury)
Oh, and this also comments out the mapBuffer entry points, which are not currently part of WebGL2 --- needed to pass another test.
Comment on attachment 8489557 [details] [diff] [review]
update-webidl-for-removed-constants

Review of attachment 8489557 [details] [diff] [review]:
-----------------------------------------------------------------

::: dom/webidl/WebGL2RenderingContext.webidl
@@ +545,4 @@
>      ArrayBuffer? mapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access);
>      boolean unmapBuffer(GLenum target);
>      void flushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length);
> +    */

This should really be spec'd as an extension instead as part of the main WebGL2RenderingContext.
Attachment #8489557 - Flags: review?(dglastonbury) → review+
All tests passed.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.