-1
votes
0answers
45 views

Mobile vs. PC for newbie game dev [closed]

First a little background info: I have made small games such as a Tetris clone and minesweeper in java but I want to learn c++. Now I am looking to make an rpg game. My goal is to eventually make ...
3
votes
3answers
2k views

Non blocking Vsync in direct3d

I have direct3d application with a direct3d PRESENTATION_INTERVAL_ONE implementation. Pitty, its blocking and eating my CPU waiting for a Present. I ended up searching for Raster scan solutions, ...