Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
easyhook を使用して、プロセスの endScene 関数にフックしました。
この新たに発見された「パワー」を使用して、画面上に単純な四角形を描画したいと考えています (グラデーションも可能です)。しかし、これをもう少しスムーズに行うために、Direct2Dを使用したいと思います(プロセスが使用しているdirectX9デバイスではありません)。
direct2d を使用して、direct3d (DX9) デバイスで描画するにはどうすればよいですか?