mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
9 lines
91 B
GLSL
9 lines
91 B
GLSL
vs.1.1
|
|
|
|
#include "macros.vsh"
|
|
|
|
mov oPos.xyz, $vPos.xyz
|
|
mov oPos.w, $cOne
|
|
|
|
mov oD0, $vColor
|