summaryrefslogtreecommitdiff
path: root/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh
diff options
context:
space:
mode:
Diffstat (limited to 'materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh')
-rw-r--r--materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh9
1 files changed, 9 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh b/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh
new file mode 100644
index 0000000..abd97c7
--- /dev/null
+++ b/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum1_ps11.psh
@@ -0,0 +1,9 @@
+ps.1.1
+
+tex t0 ; base texture
+tex t1 ; lightmap
+
+mul r0.rgb, t0, t1
++ mov r0.a, t0.a
+
+