Divergent/mods/Boomsticks and Sharpsticks/gamedata/shaders/r3/models_collimator.s

11 lines
341 B
ArmAsm
Raw Normal View History

2024-03-17 20:18:03 -04:00
function normal (shader, t_base, t_second, t_detail)
shader:begin ("model_def_lplanes","base_lplanes")
: fog (false)
: zb (true,false)
: blend (true,blend.srcalpha,blend.one)
: aref (true,0)
: sorting (2, true)
shader:dx10texture ("s_base", t_base)
shader:dx10sampler ("smp_base")
end