Closed
Bug 732704
Opened 13 years ago
Closed 13 years ago
compressedTexSubImage2D takes 8 arguments, not 7
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
Attachments
(1 file)
764 bytes,
patch
|
bjacob
:
review+
|
Details | Diff | Splinter Review |
/*
* 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);
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #602615 -
Flags: review?(bjacob)
Updated•13 years ago
|
Attachment #602615 -
Flags: review?(bjacob) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: dev-doc-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
Updated•9 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•