Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBlendMode

Hierarchy

  • IBlendMode

Index

Properties

Properties

equation

equation: number

What blend equation to use. Default: gl.FUNC_ADD

func

func: number[]

A 2 or 4 element array specifying which blend function to use.

Default: [gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA]

Generated using TypeDoc