|
|
|
|
|
by MaxBarraclough
2095 days ago
|
|
If you want to target Xbox, you need to write a D3D renderer anyway (although the Xbox API has some significant differences, if I understand correctly). There's little point writing an OpenGL renderer if your target platforms are Windows, Xbox, and PlayStation (which has its own graphics API). Also, my understanding is that on Windows, OpenGL generally runs into more issues with driver bugs than D3D does. |
|