Tagged Questions
1
vote
1answer
471 views
where have the shape drawing functions gone in DirectX10?
such as the CreateTeapot function - http://msdn.microsoft.com/en-us/library/windows/desktop/bb172798(v=vs.85).aspx
Is there an equivalent in DX10? If so, how do I use it?
In DX9 you..
Declared:
...
5
votes
4answers
197 views
Is there any guarantee about the graphical output of different GPUs in DirectX?
Let's say that I run the same game in two different computers with different GPUs.
If for example they are both certified for DirectX 10. Is there a guarantee that the output for a given program ...
1
vote
3answers
1k views
Converting DirectX 9 code to DirectX 10
Preface:
I purchased Programming an RTS in DirectX recently, and I know the code uses DirectX 9, but it has fantastic reviews and is apparently one of the best books you can get on beginning ...