diff options
Diffstat (limited to 'materialsystem/stdshaders/VertexLitGeneric_SelfIllumOnly.psh')
| -rw-r--r-- | materialsystem/stdshaders/VertexLitGeneric_SelfIllumOnly.psh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/VertexLitGeneric_SelfIllumOnly.psh b/materialsystem/stdshaders/VertexLitGeneric_SelfIllumOnly.psh new file mode 100644 index 0000000..198ad9e --- /dev/null +++ b/materialsystem/stdshaders/VertexLitGeneric_SelfIllumOnly.psh @@ -0,0 +1,5 @@ +ps.1.1 + +tex t0 + +mul r0.rgba, c0, t0 |