Be clearer that some drivers don't support the basic shaders.

This commit is contained in:
Tim Allen 2017-07-25 17:22:07 +10:00
parent 3a967430eb
commit 0749009652
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ Shaders customise how a console's video output
is drawn to the computer screen, is drawn to the computer screen,
and can apply just about any effect you can imagine. and can apply just about any effect you can imagine.
For most [drivers](drivers.md), Most [drivers](drivers.md)
the only shaders available are: only support these shaders
(some only support one or the other):
- **None** draws each computer pixel - **None** draws each computer pixel
in the same colour as the nearest console pixel. in the same colour as the nearest console pixel.