grass.psh

来自「windows游戏编程中关于“草”的源码及源程序」· PSH 代码 · 共 7 行

PSH
7
字号
//pixel shader for grass
//combine the color and the texture
// and multiply by two
ps.1.4
texld r0, t0
   mul_x2 r0, r0, v0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?