diff options
Diffstat (limited to 'materialsystem/stdshaders/fillrate.psh')
| -rw-r--r-- | materialsystem/stdshaders/fillrate.psh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/materialsystem/stdshaders/fillrate.psh b/materialsystem/stdshaders/fillrate.psh new file mode 100644 index 0000000..dea5a87 --- /dev/null +++ b/materialsystem/stdshaders/fillrate.psh @@ -0,0 +1,12 @@ +ps.1.1 + +;------------------------------------------------------------------------------ +; Draw a texture . . woo hoo! +; t0 - texture +; +; The texture coordinates need to be defined as follows: +; tc0 - texcoords +;------------------------------------------------------------------------------ + +mov_d2 r0, c0 + |