Hacker News new | ask | show | jobs
by cesarb 4105 days ago
The only way I can see to reliably scrub VRAM would be to use the GPU as a "dumb framebuffer" (without video acceleration), like in the good old days. Then to scrub what was used in the session it should be enough to draw a black screen, do a page flip, and draw a black screen again.