rapid-render
    Preparing search index...

    Class BaseTexture

    Each Texture references a baseTexture, and different textures may have the same baseTexture

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • texture: WebGLTexture
      • width: number
      • height: number
      • wrapMode: TextureWrapMode = TextureWrapMode.CLAMP

      Returns BaseTexture

    Properties

    height: number
    texture: WebGLTexture
    width: number
    wrapMode: TextureWrapMode

    Methods