首页 > 其他 > 详细

HLSL

时间:2018-08-27 12:08:49      阅读:181      评论:0      收藏:0      [点我收藏+]

HLSL

1、Direct3D 9 shaders can be designed using shader model 1shader model 2 and shader model 3;

   Direct3D 10 shaders can only be designed on shader model 4.

      Direct3D 11 shaders can be designed on shader model 5.

      Direct3D 11.3 and Direct3D 12 can be designed on shader model 5.1,

      Direct3D 12 can also be designed on shader model 6.

2、We create precompiled HLSL functions, package them into libraries, and link them into full shaders at run-time. Shader linking is supported starting with Windows 8.1.

3、

4、

5、

参考:https://docs.microsoft.com/en-us/windows/desktop/direct3dhlsl/dx-graphics-hlsl

HLSL

原文:https://www.cnblogs.com/tekkaman/p/9541316.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!