Skip to content

Commit

Permalink
Add Steam COP shader effects_wallmarks.s
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 5, 2018
1 parent f387afe commit 7250cdd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions res/gamedata/shaders/r3/effects_wallmark.s
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
function normal(shader, t_base, t_second, t_detail)
shader:begin("effects_wallmark","stub_default_ma")
: blend (true,blend.destcolor,blend.srccolor)
: zb (true,false)
shader:dx10texture ("s_base", t_base)
shader:dx10sampler ("smp_base")
shader: dx10color_write_enable( true, true, true, false)
end

0 comments on commit 7250cdd

Please sign in to comment.