mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-01-14 09:07:59 +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
|