mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Update wgpu.js
mipmapFilter is being ignored and defaulting to .Nearest on web platforms due to incorrect capitalization of the field name
This commit is contained in:
Vendored
+1
-1
@@ -2033,7 +2033,7 @@ class WebGPUInterface {
|
|||||||
addressModeW: this.enumeration("AddressMode", off(4)),
|
addressModeW: this.enumeration("AddressMode", off(4)),
|
||||||
magFilter: this.enumeration("FilterMode", off(4)),
|
magFilter: this.enumeration("FilterMode", off(4)),
|
||||||
minFilter: this.enumeration("FilterMode", off(4)),
|
minFilter: this.enumeration("FilterMode", off(4)),
|
||||||
mipMapFilter: this.enumeration("MipmapFilterMode", off(4)),
|
mipmapFilter: this.enumeration("MipmapFilterMode", off(4)),
|
||||||
lodMinClamp: this.mem.loadF32(off(4)),
|
lodMinClamp: this.mem.loadF32(off(4)),
|
||||||
lodMaxClamp: this.mem.loadF32(off(4)),
|
lodMaxClamp: this.mem.loadF32(off(4)),
|
||||||
compare: this.enumeration("CompareFunction", off(4)),
|
compare: this.enumeration("CompareFunction", off(4)),
|
||||||
|
|||||||
Reference in New Issue
Block a user