Page 1 of 1

Is it possible to customize GAPIDraw?

PostPosted: Nov 14, 2006 @ 9:26pm
by Bunkai

PostPosted: Nov 15, 2006 @ 8:48am
by Johan
Hi Rene,

GapiDraw already supports transparent antialiased lines. However if you need variable width also the easiest is to implement it yourself. You can easily do this using the GetBuffer function to get access to the surface memory buffer.

Many developers use this access to the raw memory surface today to customize GapiDraw and add functionality to suit their needs.

Cheers
Johan