subMV

3 operator subtraction function with separate destination and master alpha value.

  1. void subMV(uint* src, uint* dest, size_t length, V value)
  2. void subMV(uint* src, uint* dest, uint* dest0, size_t length, V value)
    @nogc pure nothrow
    void
    subMV
    (
    bool UseAlpha = false
    V
    )
    (
    uint* src
    ,
    uint* dest
    ,
    uint* dest0
    ,
    size_t length
    ,)
  3. void subMV(uint* src, uint* dest, size_t length, M* mask, V value)
  4. void subMV(uint* src, uint* dest, uint* dest0, size_t length, M* mask, V value)

Meta