API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumScaleModes
@codexo/exojs / rendering / stable
Texture magnification and minification filter modes. Values are WebGL2 GLenum constants and are passed directly to the GPU sampler. Mipmap variants require Texture.generateMipMap to be enabled.
0
props
0
methods
0
events
Import
import { ScaleModes } from '@codexo/exojs' Texture magnification and minification filter modes. Values are WebGL2 GLenum constants and are passed directly to the GPU sampler. Mipmap variants require Texture.generateMipMap to be enabled.
Members 6
Linear LinearMipmapLinear LinearMipmapNearest Nearest NearestMipmapLinear NearestMipmapNearest Source