Function glClearAccum

  • glClearAccum specifies the red, green, blue, and alpha values used by glClear to clear the accumulation buffer.

    Values specified by glClearAccum are clamped to the range [−1,1].

    Parameters

    • red: number

      Specifies the red value used when the accumulation buffer is cleared. The initial value is 0.

    • green: number

      Specifies the green value used when the accumulation buffer is cleared. The initial value is 0.

    • blue: number

      Specifies the blue value used when the accumulation buffer is cleared. The initial value is 0.

    • alpha: number

      Specifies the alpha value used when the accumulation buffer is cleared. The initial value is 0.

    Returns void

    Summary

    specify clear values for the accumulation buffer

    See

    glClearAccum

Generated using TypeDoc