API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumWrapModes
@codexo/exojs / rendering / stable
Texture coordinate wrap behaviour when UV values fall outside [0, 1]. Values are WebGL2 GLenum constants passed directly to the GPU sampler.
0
props
0
methods
0
events
Import
import { WrapModes } from '@codexo/exojs' Texture coordinate wrap behaviour when UV values fall outside [0, 1]. Values are WebGL2 GLenum constants passed directly to the GPU sampler.
Members 3
ClampToEdge MirroredRepeat Repeat Source