mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-09 13:36:32 +02:00
Be clearer that some drivers don't support the basic shaders.
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user