着色程序 meaning in Chinese
shader
Examples
- You can create your vertex shader in two ways ( that i know )
创建顶点着色程序你可有两种方法。 - The performance of your code is directly dependant on the number of instructions in your shader
你的代码的效率直接由你的着色程序里的指令数决定。 - If you are debugging your vertex shader code , then , it is a must that you use software vertex processing
但当你调试顶点着色程序的时候,你可以使用软件仿真顶点处理进程。 - We have implemented an optimizing compiler called gcx which can translate glslang shaders to corresponding opengl llsl shaders
我们实现了一个可以将glslang着色程序编译为openglllsl着色程序的优化编译器gcx ( graphicscompilerx ) 。 - The programmable gpu permits developers to write vertex shaders and fragment shaders running on it , to replace the fixed function pipeline , and to employ custom rendering algorithms
可编程图形处理器允许用户编写运行在其上的顶点着色程序与片断着色程序,取代内置的固定功能渲染流水线,实现定制的渲染算法。