Tagged Questions
5
votes
2answers
2k views
Direct2d off-screen rendering and hardware acceleration
I'm trying to use direct2d to render images off-screen using WindowsAPICodePack. This is easily achieved using WicBitmapRenderTarget but sadly it's not hardware accelerated.
So I'm trying this route:
...
2
votes
1answer
640 views
What 3d mesh formats usable with DirectX10 are there?
I want to load a mesh into my game (written in C#, if this matters) but am not sure what mesh format to use. What mesh formats are there, how easy/hard it is to load them into DirectX10 and what's the ...