UNPKG

@phaserjs/phaser

Version:
9 lines (8 loc) 184 B
export function SetFilter(linear, ...textures) { textures.forEach((texture) => { if (texture.binding) { texture.binding.setFilter(linear); } }); return textures; }