Closed Bug 732704 Opened 12 years ago Closed 12 years ago

compressedTexSubImage2D takes 8 arguments, not 7

Categories

(Core :: Graphics: CanvasWebGL, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla14

People

(Reporter: Ms2ger, Assigned: Ms2ger)

References

Details

Attachments

(1 file)

/*
 * CompressedTexSubImage2D takes:
 *    CompressedTexSubImage2D(uint, int, int, int, int, int, uint, ArrayBufferView)
                                1    2    3    4    5    6     7         8

    if (argc != 7)
        return xpc_qsThrow(cx, NS_ERROR_XPC_NOT_ENOUGH_ARGS);
Attached patch Patch v1Splinter Review
Attachment #602615 - Flags: review?(bjacob)
Blocks: 722154
Attachment #602615 - Flags: review?(bjacob) → review+
https://hg.mozilla.org/mozilla-central/rev/e79092b765cb
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: