pixi.js
    Preparing search index...

    Class GpuUboSystemAdvanced

    System plugin to the renderer to manage uniform buffers. With a WGSL twist!

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Generic destroy methods to be overridden by the subclass

      Returns void

    • Parameters

      Returns {
          layout: UboLayout;
          syncFunction: (
              uniforms: Record<string, any>,
              data: Float32Array,
              dataInt32: Int32Array,
              offset: number,
          ) => void;
      }