css_enhanced_waf/materialsystem/stdshaders/LightmappedTranslucentTexture.vsh
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

16 lines
322 B
GLSL

vs.1.1
# DYNAMIC: "DOWATERFOG" "0..1"
; FIXME - this is the same as LightmappedGeneric.vsh!!!
#include "LightmappedGeneric_inc.vsh"
$detail = 0;
$envmap = 0;
$envmapcameraspace = 0;
$envmapsphere = 0;
$vertexcolor = 0;
&LightmappedGeneric( $detail, $envmap, $envmapcameraspace, $envmapsphere,
$vertexcolor );