mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 04:26:03 +08:00
12 lines
220 B
GLSL
12 lines
220 B
GLSL
vs.1.1
|
|
|
|
# DYNAMIC: "DOWATERFOG" "0..1"
|
|
# DYNAMIC: "SKINNING" "0..1" [XBOX]
|
|
# DYNAMIC: "NUM_BONES" "0..3" [PC]
|
|
|
|
#include "unlittwotexture_inc.vsh"
|
|
|
|
$vertexcolor = 0;
|
|
|
|
&UnlitTwoTexture( $vertexcolor );
|