本文介绍了MS Surface RT / Pro 2.0 DirectX FeatureLevel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
任何人都可以通过以下调用返回给我的DirectX功能级别:
SharpDX.Direct3D.FeatureLevel _featureLevel = _device.FeatureLevel;
MS Surface 2.0 RT和Pro上的
?
我在Surface 1.0 RT上获得了Level_9_1,但未能找到这些重要信息
在网络上的任何地方。
感谢adavance /
Philippe
解决方案
Could anyone give me the DirectX Feature level returned by a call like:
SharpDX.Direct3D.FeatureLevel _featureLevel = _device.FeatureLevel;
on the MS Surface 2.0 RT and Pro?
I obtain Level_9_1 on my Surface 1.0 RT, but have not been able to find this vital information
anywhere on the web.
Thanks in adavance/
Philippe
解决方案
这篇关于MS Surface RT / Pro 2.0 DirectX FeatureLevel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!