Replies: 1 comment 7 replies
-
I am not sure how DirectX and Direct3D map to each other. However, there is most certainly a Direct3D version 1. Here are the first 4 versions of Direct3D interfaces from Microsoft's public documentation: You can see a list of all the versions of all interfaces from here. Furthermore, I know games use these v1 interfaces. For example, Moto Racer uses both DirectDraw v1 and Direct3D v1. There are other games as well, such as Star Trek Starfleet Academy and Star Wars X-Wing Alliance that use both DirectDraw v1 and Direct3D v1. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AFAIK DirectX 1 doesn't have D3D; it was first introduced with DirectX 2.
The internal versions are different, but externally D3D is named in relation to the DX name.
Beta Was this translation helpful? Give feedback.
All reactions