diff options
Diffstat (limited to 'materialsystem/stdshaders/UnlitGeneric_NoTexture.psh')
| -rw-r--r-- | materialsystem/stdshaders/UnlitGeneric_NoTexture.psh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh b/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh new file mode 100644 index 0000000..7e2274d --- /dev/null +++ b/materialsystem/stdshaders/UnlitGeneric_NoTexture.psh @@ -0,0 +1,7 @@ +ps.1.1 + +;------------------------------------------------------------------------------ +; Just use the vertex color +;------------------------------------------------------------------------------ + +mov r0, v0 |