Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have a question about memory device context (MemDC),
When creating a memory DC using CreateCompatibleDC(...) & CreateBitmap(...), the actual data (bitmap associated with DC) where is saved,
in the main memory OR video card memory? and if in the main memory the raster operations (such drawing functions) are doing by CPU or GPU?

Thanks a lot
Posted
Updated 21-May-14 19:15pm
v2

A memory DC is just that, a piece of memory. It is only when you copy that to an actual device DC that the video card and GPU become involved.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900