Options
All
  • Public
  • Public/Protected
  • All
Menu

Texture sampler properties for filtering and wrapping modes

Hierarchy

Index

Properties

extensions?: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any
extras?: any

Application-Specific data

magFilter?: TextureMagFilter

Magnification filter. Valid values correspond to WebGL enums: 9728 (NEAREST) and 9729 (LINEAR)

minFilter?: TextureMinFilter

Minification filter. All valid values correspond to WebGL enums

name?: string

The user-defined name of this object

S (U) wrapping mode. All valid values correspond to WebGL enums

T (V) wrapping mode. All valid values correspond to WebGL enums

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme