axefrog / Grasshopper

Grasshopper is a code-first 3D game engine written entirely in C# and .Net.
Other
42 stars 6 forks source link

Alternate render targets and dynamic textures #3

Open axefrog opened 9 years ago

axefrog commented 9 years ago

Currently the engine can only render to a window. Need to allow other targets in order to facilitate user interface development, compositing, etc.

Primary cases:

axefrog commented 9 years ago

http://www.tecton69.com/2015/01/15/Dynamically-Change-Texture-in-DirectX-11/