Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEffectFallbacks

Interface used to define common properties for effect fallbacks

Hierarchy

  • IEffectFallbacks

Implemented by

Index

Properties

Methods

Properties

hasMoreFallbacksSearch playground for hasMoreFallbacks

hasMoreFallbacks: boolean

Checks to see if more fallbacks are still available.

Methods

reduceSearch playground for reduce

  • reduce(currentDefines: string, effect: Effect): string
  • Removes the defines that should be removed when falling back.

    Parameters

    • currentDefines: string

      defines the current define statements for the shader.

    • effect: Effect

      defines the current effect we try to compile

    Returns string

    The resulting defines with defines of the current rank removed.

unBindMeshSearch playground for unBindMesh

  • unBindMesh(): void
  • Removes the fallback from the bound mesh.

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method