Options
All
  • Public
  • Public/Protected
  • All
Menu

Internal texture for WebGL context

memberof

PIXI

Hierarchy

  • GLTexture

Index

Constructors

constructor

  • new GLTexture(texture: WebGLTexture): GLTexture
  • Parameters

    • texture: WebGLTexture

    Returns GLTexture

Properties

dirtyId

dirtyId: number

dirtyStyleId

dirtyStyleId: number

height

height: number

internalFormat

internalFormat: number

mipmap

mipmap: boolean

samplerType

samplerType: number

Type of sampler corresponding to this texture. See PIXI.SAMPLER_TYPES

texture

texture: WebGLTexture

type

type: number

width

width: number

wrapMode

wrapMode: number

Generated using TypeDoc