Advertisement

LineTo

Started by May 07, 2000 03:59 PM
1 comment, last by jechternach 24 years, 7 months ago
Is LineTo a sufficiently fast line drawing function? Is there a better/faster way to draw lines in Direct Draw? Can you implement your own algorithm and still blt directly to vram? Thanks. Justin
If you''re making a game, you don''t want to use LineTo because it was designed for Windows programs. DirectDraw does not have its own line drawing function, so you would have to make one your self. You can get the pointer to a surface in vram with the Lock function.
Advertisement
Thanks for the info. I just finished reading about that. Thanks.

Justin

This topic is closed to new replies.

Advertisement