Files
Divergent/mods/Shader 3D Scopes/gamedata/shaders/r3/models_scope_back.s
T
Rage 376b4b9689 Added New Mods and Profiles Folders
This is a complete rebuild of the modpack, with all new mods and updates for 1.5.3 of Anomaly.
2025-01-14 05:07:53 -05:00

11 lines
417 B
ArmAsm

function normal(shader, t_base, t_second, t_detail)
shader:begin("deffer_model_flat","deffer_base_flat")
: fog (false)
: blend(true, blend.zero, blend.one)
: scopelense(1)
shader:dx10texture("s_base", t_base)
shader:dx10sampler("smp_base")
shader:dx10stencil(true, cmp_func.always, 2, 2, stencil_op.replace, stencil_op.replace, stencil_op.replace)
shader:dx10stencil_ref(2)
end