diff options
Diffstat (limited to 'materialsystem/stdshaders/white.psh')
| -rw-r--r-- | materialsystem/stdshaders/white.psh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/white.psh b/materialsystem/stdshaders/white.psh new file mode 100644 index 0000000..67d586f --- /dev/null +++ b/materialsystem/stdshaders/white.psh @@ -0,0 +1,8 @@ +ps.1.1 + +;------------------------------------------------------------------------------ +; Just use the vertex color +;------------------------------------------------------------------------------ + +def c0, 1.0f, 1.0f, 1.0f, 1.0f +mov r0, c0 |