pixi.js
    Preparing search index...

    Class GpuTextureSystemAdvanced

    The system that handles textures for the GPU.

    Implements

    Index

    Constructors

    Properties

    managedTextures: TextureSource<any>[] = []

    Methods

    • Generic destroy methods to be overridden by the subclass

      Returns void

    • this returns s bind group for a specific texture, the bind group contains

      • the texture source
      • the texture style
      • the texture matrix This is cached so the bind group should only be created once per texture

      Parameters

      • texture: Texture

        the texture you want the bindgroup for

      Returns BindGroup

      the bind group for the texture