Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我于 2009 年 8 月在我的 PC 上安装了 DirectX 11 和 DirectX SDK。我使用Device,PresentParameters和 C# 中的其他类来创建一个空场景。C# 是否自动使用 DirectX 11?是否可以使用 C# 创建游戏,还是需要使用 C++?对不起,我的英语不好。
Device
PresentParameters
在 C# 中使用 DirectX11 的最佳方式是通过SharpDX。请参阅他们的文档以开始使用。