Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandBodyFn

Hierarchy

  • CommandBodyFn

Callable

  • __call(context: Context, props: Props, batchId: number): void
  • Parameters

    • context: Context

      REGL context

    • props: Props

      additional parameters of a draw call

    • batchId: number

      index of a command in a batch call

    Returns void

Generated using TypeDoc