affineGPU

Sets GPU affine transformatin matrix. Don't do scaling or skewing here. This matrix won't be saved/restored with context state save/restore operations, as it is not a part of that state.

  1. void affineGPU(NVGContext ctx, NVGMatrix mat)
    nothrow @trusted @nogc
    void
    affineGPU
    ()
    (,
    const scope auto ref NVGMatrix mat
    )
  2. NVGMatrix affineGPU(NVGContext ctx)

See Also

Suggestion Box / Bug Report