タグ

DirectXに関するucqのブックマーク (2)

  • Device Hook

    NyaRuRu Last Update : June 24, 2004 First Version : October 23, 2003 0. Index Introduction Architecture Implementation Conclusion Bibliography 1. Introduction ゲームプログラミングに投入されるプログラミングメソッドと言えば,オブジェクト指向がほぼ一段落し,デザインパターンやeXtreme Programmingなどが現在面白くなってきているところでしょうか? これらの知識が常識化しつつある中,ゲームプログラミングの解説書にもオブジェクト指向やデザインパターンの解説が添えられるようなりました.ここで敢えてこれら「流行っちゃったもの」の解説を書くのは気が引けます.まずもって既に世に名著はありますし,これらの業界に身を置いていれば身近に優れ

  • [C++] Direct3D hooking sample

    Intro This sample demonstrates the second technique that can be used to render content on-top of other Direct3D applications. The first technique, overlays, is rather general purpose; it is not tied to Direct3D. You can use overlays to render on-top of everything. This technique, on the other hand, is closely tied to Direct3D. Due to its special-purpose nature, you lose some benefits and gain othe

  • 1