Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.14 KB

development-lanes-custom-cpp.md

File metadata and controls

26 lines (19 loc) · 1.14 KB
title description ms.date ms.topic keywords ms.assetid ms.localizationpriority
C++ game development on Xbox using UWP
Learn about C++ game development on the Universal Windows Platform (UWP) for Xbox One including how to turn your console into a development kit.
02/08/2017
article
windows 10, uwp
6ae36021-94d3-43df-9e96-69a93cfe8b56
medium

Bring custom C++ games to UWP on Xbox

If you are writing a custom C++ engine, Xbox One has full support for C++.

C++ games on the Universal Windows Platform (UWP) use DirectX for rendering. Learn more at DirectX Graphics and Gaming.

You can write C++ with component extensions (C++/CX) or standard C++ (Win32 and COM).

To learn how to turn your console into a development kit and how to deploy from Visual Studio, see Games and DirectX and the getting started guide.

Note

Xbox One does not support DirectX 12 at this time.

See also