Complete mipmapmode enum
Change-Id: I95d491ae0364897b3f48d81d0ca6fb5714c1ae9e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/388718 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Mike Reed <reed@google.com> Auto-Submit: Mike Reed <reed@google.com>
This commit is contained in:
parent
942db50454
commit
764bc210e6
@ -435,6 +435,12 @@ var CanvasKit = {
|
||||
MakeBlur: function() {},
|
||||
},
|
||||
|
||||
MipmapMode: {
|
||||
None: {},
|
||||
Nearest: {},
|
||||
Linear: {},
|
||||
},
|
||||
|
||||
Paint: {
|
||||
// public API (from C++ bindings)
|
||||
/** @return {CanvasKit.Paint} */
|
||||
|
Loading…
Reference in New Issue
Block a user