- Companion
- object
class CanvasTexture
class CompressedTexture
class CubeTexture
class DataTexture
class DataTexture2DArray
class DataTexture3D
class DepthTexture
class VideoTexture
Value members
Constructors
def this(image: UndefOr[HTMLImageElement | HTMLCanvasElement | HTMLVideoElement], mapping: UndefOr[Mapping], wrapS: UndefOr[Wrapping], wrapT: UndefOr[Wrapping], magFilter: UndefOr[TextureFilter], minFilter: UndefOr[TextureFilter], format: UndefOr[PixelFormat], `type`: UndefOr[TextureDataType], anisotropy: UndefOr[Double], encoding: UndefOr[TextureEncoding])