mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
1
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
; STATIC: "VERTEXCOLOR" "0..1"
|
||||
; STATIC: "CONSTANTCOLOR" "0..1"
|
||||
|
||||
ps.1.1
|
||||
|
||||
tex t0
|
||||
mov r0, t0
|
||||
|
||||
#if VERTEXCOLOR
|
||||
mul r0, r0, v0
|
||||
#endif
|
||||
|
||||
#if CONSTANTCOLOR
|
||||
mul r0, r0, c0
|
||||
#endif
|
||||
Reference in New Issue
Block a user