Skip to content

Documentation / device / TextureAddressMode

Type Alias: TextureAddressMode

TextureAddressMode = "repeat" | "mirrored-repeat" | "clamp"

Defined in: libs/device/src/base_types.ts:78

The texture address mode

Released under the MIT License.