Directx 11 Compatiblilty

时光总嘲笑我的痴心妄想 提交于 2019-12-12 02:18:07

问题


My hardware only supports Directx 10.1 but I know through feature levels I can develop with the directx 11 API and still maintain compatibility. One concern that I have is my hardware supports shader model 4.1 and directx 11 supports shader model 5.0.

So my question is will I be able to develop for directx 11 including the shader model 5.0 with my directx 10.1 hardware?

All help is appreciated.


回答1:


Short of using the reference device or WARP, the answer is no.

While you will be using the DX11 API, you will have to create a 10.1 feature level device and consequently you won't be able to create shaders compiled with the 5.0 shader model level.



来源:https://stackoverflow.com/questions/17890254/directx-11-compatiblilty

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!