diff options
Diffstat (limited to 'materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum2_ps11.psh')
| -rw-r--r-- | materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum2_ps11.psh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum2_ps11.psh b/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum2_ps11.psh new file mode 100644 index 0000000..28ef913 --- /dev/null +++ b/materialsystem/stdshaders/DecalBaseTimesLightmapAlphaBlendSelfIllum2_ps11.psh @@ -0,0 +1,5 @@ +ps.1.1 + +tex t0 ; selfillum + +mov r0, t0 |