vertex shader 双语例句
全部
1·You can create your vertex shader in two ways (that I know).
创建顶点着色程序你可有两种方法。
2·If possible simplify your pixel shaders by moving code to vertex shader.
如果可能,为了简化你的像素着色器,把代码移动到顶点着色器中。
3·A vertex shader consists of two parts: shader function and shader declaration.
顶点着色器包含两个部分:着色器函数和着色器声明。
4·This way, not every person will be able to read and modify your vertex shader source.
使用这种方法,就不是每一个人都可以看到你的顶点着色源文件了。
5·Now let's see how these registers and instructions are typically used in the vertex shader ALU .
现在让我们来看看在顶点着色运算器中这些寄存器和指令如何被典型的运用。
6·The new GLSL texture vertex shader is very similar to the color vertex shader that we covered in the previous tutorial.
本章gls L纹理顶点着色器和前面教程的颜色顶点着色器非常类似。
7·Of course, in the vertex shader I just write a general equation so we don't have to deal with each special case individually like this.
当然,在顶点着色器中,我们可以使用一个通用的公式来计算和叠加光照,而不需要像上面提到的那样分别应付各种不同的情形。
8·The following three lines from the vertex shader code determine the absolute offset into the matrix array which is stored as constants.
下列三行顶点着色代码,求出矩阵数组里存储的常量的绝对偏移量。
9·Load the program with the expanded interface. Parameter shadowing is enabled (second parameter = TRUE). Ignore vertex shader specifc flags, such as declaration usage.
从高配接口读取程序,参数映射启用,忽略顶点着色器特殊标志,就像使用声明。
10·Shader function defines what operations must be executed on a single vertex.
着色器函数定义了单个顶点上可以执行的操作。
