Closed
Bug 576529
Opened 15 years ago
Closed 15 years ago
Last GL_SAME_METHOD validation fix, and pass WebGL types
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file)
|
4.63 KB,
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
Some fixes around methods implemented with GL_SAME_METHOD:
* cullFace had to validate the face enum. This is the last function that I could see, where we still weren't validating enums.
* Pass e.g. WebGLfloat instead of float.
| Assignee | ||
Updated•15 years ago
|
Attachment #455690 -
Attachment is patch: true
Attachment #455690 -
Attachment mime type: application/octet-stream → text/plain
Attachment #455690 -
Flags: review?(vladimir)
Attachment #455690 -
Flags: review?(vladimir) → review+
| Assignee | ||
Comment 1•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Assignee: nobody → bjacob
You need to log in
before you can comment on or make changes to this bug.
Description
•