翻译者 周波 zhoubo22@hotmail.com 版权所有 Philipp Gerasimov Randima (Randy) Fernando Simon Green NVIDIA Corporation 仅以此文赠与Rita 19周岁生日快乐 Shader Model 3.0:Using Vertex Textures SM3:使用顶点纹理 随着GPU可编程特性的发展,Vertex Shader与Pixel Shader的差别越来越大.现在,Geforce6系列gpu将Vertex S…
So, Microsoft is making an opensource HLSL-to-almost-LLVM compiler, and Khronos is making an opensource HLSL/GLSL-to-almost-LLVM compiler. Apple MetalSL is almost C++ (and new HLSL will get closer to C++). Although Apple's compiler is not open-source…
ps部分 ps_2_0 概览   Instruction Set                                   Name Description Instruction slots Setup Arithmetic Texture New     abs - ps 绝对值 1   x   x     add - ps 加法 1   x         cmp - ps Compare source to 0 1   x         crs - ps 叉积 2   x  …
ps部分 概览   Instruction Set                                       Name Description Instruction slots Setup Arithmetic Texture Flow control New     abs - ps 绝对值 1   x           add - ps 加法运算 1   x           break - ps 跳出一个循环 1       x       break_comp -…
http://blog.sina.com.cn/s/blog_6e521a600100q4dr.html DX9还是能支持到固定管线的,虽然说是在内部被转换成shader: DX10明确不再支持固定管线了,也就是在API上已经没有一些固定管线的接口: DX11也已经出来好久了,只不过amazon上到现在也没有相关的书籍介绍:   以后的PC engine,固定管线是不用考虑了,不会回到过去.当然,如果准备的是有手机版之类的,还是有用的.   Shader Model 和 DirectX 的关系:…
https://en.wikipedia.org/wiki/Unified_shader_model In the field of 3D computer graphics, the Unified Shader Model (known in Direct3D 10 as "Shader Model 4.0") refers to a form ofshader hardware in a graphical processing unit (GPU) where all of t…
ps部分 概览   Instruction Set                                       Name Description Instruction slots Setup Arithmetic Texture Flow control New     abs - ps 绝对值 1   x           add - ps 加法运算 1   x           break - ps 跳出一个循环 1       x x     break_comp -…
ps部分 ps_1_1,ps_1_2,ps_1_3,ps_1_4 总览                   Instruction Set                               版本   指令槽 1_1 1_2 1_3 1_4   ps 版本号 0 x x x x   常数指令     1_1 1_2 1_3 1_4   def - ps 定义常数 0 x x x x   相位指令     1_1 1_2 1_3 1_4   phase - ps 在相位1与相位2之间转换…
1,基础知识讲解 一个物体在自然界会收到三种光的影响,周围的环境光.漫反射和镜面反射.那么对于计算机要想模拟现实中的光照,就应该也会实现这三种基本光照->环境光.漫反射.镜面高光.对于这三种光照,都存在着一定的影响因素,这就需要去追究其光照模型的公式了. (1),环境光强影响因素  ,由此可看出环境光照的效果取决于一般环境光的强度  和漫反射的材质颜色  (2),漫反射光强影响因素 由此可看出,漫反射的反射光取决于入射光强度  和材质常数,对于黑色表面,材质常数  的值是 0,对于白色表面,材质…
最近开始关注OpenGL ES 2.0 这是真正意义上的理解的第一个3D程序 , 从零开始学习 . 案例下载地址 : http://download.csdn.net/detail/han1202012/6651095 需要SDK-10 版本2.3.3 . 作者 :万境绝尘  转载请注明出处 : http://blog.csdn.net/shulianghan/article/details/18964835 . 一. 程序介绍 1. 样例展示 该程序打开之后会出现一个旋转的三角形, 该三角形一…