Graphics Debugging Wave Engine games in Visual Studio 2015

When you are developing a mobile game, it is very important to have good performance. Although mobiles and tables with very powerful hardware exist, you usually want your game to run on the largest possible number of devices.

To achieve this aim, it is very useful to use the new Visual Studio 2015 Graphics Diagnostic tool. In this article we are going to see how to start recording and then analyze rendering and detect performance problems.

Graphics Diagnostic tool

Continue reading Graphics Debugging Wave Engine games in Visual Studio 2015